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 7b69936 commit ee5f396
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 @@ -30,9 +30,9 @@ jobs:
run: |
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
tar -xvf install.tar
sudo mv install /usr/local/shaderc
sudo update-alternatives --install /usr/bin/shaderc shaderc /usr/local/shaderc/bin/shaderc 1
#tar -xvf install.tar

- name: Add more repository
run: |
Expand Down

0 comments on commit ee5f396

Please sign in to comment.