Skip to content

Commit

Permalink
Update build_linux_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AiraYumi authored Apr 6, 2024
1 parent 033b795 commit 99f7983
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_linux_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ jobs:

- name: Install Linux dependencies
if: runner.os == 'linux'
run: sudo apt update && sudo apt install -y libgl1-mesa-dev libglu1-mesa-dev libpulse-dev build-essential git libssl-dev libxinerama-dev libxrandr-dev libfontconfig-dev libfreetype6-dev ninja-build && sudo apt autoremove && sudo apt clean
run: |
sudo apt update
sudo apt install -y libgl1-mesa-dev libglu1-mesa-dev libpulse-dev \
build-essential git libssl-dev libxinerama-dev libxrandr-dev \
libfontconfig-dev libfreetype6-dev ninja-build
sudo apt autoremove
sudo apt clean
- name: Build
id: build
Expand Down

0 comments on commit 99f7983

Please sign in to comment.