mirror of
https://github.com/rehlds/reunion.git
synced 2025-01-12 05:47:54 +03:00
Fix linux build (missing deps)
This commit is contained in:
parent
bdb3a06efb
commit
232c7ab1df
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -58,6 +58,12 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Check dependencies
|
||||
run: |
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y gcc-multilib g++-multilib
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
rm -rf build && CC=gcc CXX=g++ cmake -B build && cmake --build build -j8
|
||||
|
Loading…
x
Reference in New Issue
Block a user