Skip to content

Commit

Permalink
add more required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rjindael committed Jul 22, 2023
1 parent 6d37a8b commit 3ce54cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@ jobs:
- name: Install required packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
version: 1.0.2
version: 1.0.3
packages: >-
build-essential
cmake
ninja-build
libxi-dev
libgl1-mesa-dev
libglu1-mesa-dev
mesa-common-dev
libxrandr-dev
libxxf86vm-dev
- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit 3ce54cd

Please sign in to comment.