1
0
mirror of synced 2024-11-14 17:57:34 +01:00

Remove i386

This commit is contained in:
Bobby Dilley 2022-07-19 12:28:14 +01:00
parent 3a44c1d757
commit b00c7976b1

View File

@ -9,10 +9,8 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Add universe repo
run: sudo add-apt-repository universe && sudo apt update
- name: Install Dependencies
run: sudo apt install -y gcc-multilib freeglut3-dev:i386
run: sudo apt install -y gcc-multilib freeglut3-dev
- name: Build
run: make
- name: Upload artifact