Skip to content

Commit

Permalink
Correct Ubuntu packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedSnark committed Sep 3, 2024
1 parent ce03616 commit c03673b
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 @@ -74,7 +74,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt update || true
sudo apt install -y libc6:i386 gcc-11-multilib g++-11-multilib mesa-common-dev libgl-dev:i386
sudo apt install -y libc6:i386 gcc-11-multilib g++-11-multilib libmesa-dev:i386 mesa-common-dev:i386 libgl-dev:i386
- name: Configure CMake
run: >
Expand Down

0 comments on commit c03673b

Please sign in to comment.