actions: gcc-multilib

This commit is contained in:
20PercentRendered
2022-11-20 22:19:43 +02:00
committed by GitHub
parent ade5fb191f
commit 1b7372e0fc

View File

@@ -31,6 +31,8 @@ jobs:
run: | run: |
git submodule init git submodule init
git submodule update git submodule update
- name: Install gcc-multilib
run: sudo apt-get install -y gcc-multilib
- name: Build - name: Build
# Build your program with the given configuration # Build your program with the given configuration