Skip to content

Commit

Permalink
Update install_glslc.sh to v2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Oct 10, 2024
1 parent c9df8d5 commit 04c3706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/vulkan/install_glslc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DEBIAN_FRONTEND=noninteractive apt-get -y install cmake python3 lcov
echo "Fetching shaderc"
git clone https://github.com/google/shaderc shaderc
cd shaderc
git checkout tags/v2024.1 -b v2024.1
git checkout tags/v2024.3 -b v2024.3
./utils/git-sync-deps
cd ..

Expand Down

0 comments on commit 04c3706

Please sign in to comment.