actions: also install g++-multilib

This commit is contained in:
20PercentRendered
2022-11-20 22:21:57 +02:00
committed by GitHub
parent 1b7372e0fc
commit a22798a5ce

View File

@@ -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