Skip to content

Commit 165e635

Browse files
committed
ci: remove unused openal linux dependency
1 parent 24c4ef5 commit 165e635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Install Linux Dependencies
2121
if: runner.os == 'Linux'
22-
run: sudo apt-get update && sudo apt-get install libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev libx11-dev
22+
run: sudo apt-get update && sudo apt-get install libxrandr-dev libxcursor-dev libudev-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev libx11-dev
2323

2424
- name: Checkout
2525
uses: actions/checkout@v3

0 commit comments

Comments
 (0)