Updated to install gcc-multilib

This commit is contained in:
RoyR
2026-03-14 15:38:20 -04:00
parent 270c34518a
commit a0175024f3

View File

@@ -13,10 +13,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install NASM - name: Install NASM & gcc-multilib
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y nasm sudo apt-get install -y nasm gcc-multilib
- name: make - name: make
run: make run: make