Skip to content

Commit

Permalink
Update linux-build.yaml#28
Browse files Browse the repository at this point in the history
  • Loading branch information
tilsgee authored Jun 29, 2024
1 parent 1b8fb3e commit 8649aa2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/linux-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ 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/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 find /usr/local/shaderc -name shaderc -exec update-alternatives --install /usr/bin/shaderc shaderc {} 1 \;
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/shaderc/install/lib/pkgconfig
#- name: Install ShaderC
#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
#sudo mv install /usr/local/shaderc
#sudo find /usr/local/shaderc -name shaderc -exec update-alternatives --install /usr/bin/shaderc shaderc {} 1 \;
#export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/shaderc/install/lib/pkgconfig
#tar -xvf install.tar

- name: Add more repository
Expand Down

0 comments on commit 8649aa2

Please sign in to comment.