Skip to content

Commit

Permalink
Dev: Trying to support 32-bit platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
NDRAEY committed Jun 27, 2024
1 parent 2c9e4de commit ba0389e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install needed packages
run: |
sudo dpkg --add-architecture i386
sudo dpkg --add-architecture i386 && |
sudo apt install cmake clang-15 g++-multilib qt6-base-dev:i386 libglx-dev:i386 |
libgl1-mesa-dev:i386 libxkbcommon-dev:i386 -y
Expand Down

0 comments on commit ba0389e

Please sign in to comment.