mirror of
https://github.com/anticitizn/creamlinux.git
synced 2025-12-05 21:15:40 -05:00
actions: also install g++-multilib
This commit is contained in:
committed by
GitHub
parent
1b7372e0fc
commit
a22798a5ce
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@@ -31,8 +31,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
- name: Install gcc-multilib
|
- name: Install gcc-multilib, g++-multilib
|
||||||
run: sudo apt-get install -y gcc-multilib
|
run: sudo apt-get install -y gcc-multilib g++-multilib
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
# Build your program with the given configuration
|
# Build your program with the given configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user