Skip to content

Commit

Permalink
Update linux-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tilsgee authored Jun 29, 2024
1 parent ee5f396 commit 4d9be55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
wget https://storage.googleapis.com/shaderc/artifacts/prod/graphics_shader_compiler/shaderc/linux/continuous_clang_release/461/20240621-131133/install.tgz
tar -xvf install.tgz
sudo mv install /usr/local/shaderc
sudo update-alternatives --install /usr/bin/shaderc shaderc /usr/local/shaderc/bin/shaderc 1
sudo update-alternatives --install /usr/bin/shaderc shaderc /usr/local/shaderc/install/bin/shaderc 1
#tar -xvf install.tar

- name: Add more repository
Expand Down

0 comments on commit 4d9be55

Please sign in to comment.