Skip to content

Commit d95f9cf

Browse files
committed
feat: install librashader
1 parent a06ecd7 commit d95f9cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
sudo apt-get install -y build-essential cmake pkg-config curl git clang ninja-build ccache
2222
sudo apt-get install -y wget file gpg appstream libfuse2t64 pkgconf
2323
sudo apt-get install -y libgtk-3-dev libcanberra-gtk-module libgl-dev libasound2-dev libao-dev libopenal-dev libsdl2-dev libpulse-dev libudev-dev
24+
echo 'deb http://download.opensuse.org/repositories/home:/chyyran:/librashader/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:chyyran:librashader.list
25+
curl -fsSL https://download.opensuse.org/repositories/home:chyyran:librashader/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_chyyran_librashader.gpg > /dev/null
26+
sudo apt-get update
27+
sudo apt-get install -y librashader
2428
2529
- name: Build ares
2630
run: |

0 commit comments

Comments
 (0)