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 ba0389e commit c8f3a4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:

- name: Install needed packages
run: |
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
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
- name: Build
run: mkdir build && cd build && CXX=clang-15 cmake -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_FIND_ROOT_PATH=/usr/lib/i386-linux-gnu/cmake .. && make -j$(nproc)
Expand Down

0 comments on commit c8f3a4a

Please sign in to comment.