Skip to content

Commit

Permalink
[CI] Update Linux install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
karnkaul committed Nov 24, 2024
1 parent bc45dcb commit 8cc840a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- name: init
run: |
sudo apt update -yqq && sudo apt install -yqq ninja-build gcc-14
sudo apt update -yqq && sudo apt install -yqq ninja-build gcc-14 xorg wayland-scanner
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 100
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 100
- name: configure gcc
Expand Down

0 comments on commit 8cc840a

Please sign in to comment.