Skip to content

Commit

Permalink
Update linux-build.yaml#22
Browse files Browse the repository at this point in the history
  • Loading branch information
tilsgee authored Jun 29, 2024
1 parent 0bafc8c commit 6d72df5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/linux-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ jobs:
sudo apt update
sudo apt install -y cmake git ninja-build
sudo apt-get install libepoxy-dev
sudo apt-get install shaderc
- name: Install ShaderC
run: |
wget https://storage.googleapis.com/shaderc/badges/build_link_linux_clang_release.html
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
- name: Add more repository
run: |
Expand Down

0 comments on commit 6d72df5

Please sign in to comment.