Skip to content

Commit

Permalink
Use Ubuntu 22.04 package names.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Feb 16, 2024
1 parent 2462fe7 commit 11968b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux_arm32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
set -e
apt-get update
apt-get install -y libcurl4-openssl-dev libgl1-mesa-dev libglu1-mesa-dev libalut-dev libevdev-dev qt5-default libqt5x11extras5-dev
apt-get install -y libcurl4-openssl-dev libgl1-mesa-dev libglu1-mesa-dev libalut-dev libevdev-dev qtbase5-dev libqt5x11extras5-dev
cd /work
cd build_cmake
mkdir build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
set -e
apt-get update
apt-get install -y libcurl4-openssl-dev libgl1-mesa-dev libglu1-mesa-dev libalut-dev libevdev-dev qt5-default libqt5x11extras5-dev
apt-get install -y libcurl4-openssl-dev libgl1-mesa-dev libglu1-mesa-dev libalut-dev libevdev-dev qtbase5-dev libqt5x11extras5-dev
cd /work
cd build_cmake
mkdir build
Expand Down

0 comments on commit 11968b0

Please sign in to comment.