1
0
mirror of synced 2025-02-21 12:51:17 +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 uses: actions/checkout@v2
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Add universe repo
run: sudo add-apt-repository universe && sudo apt update
- name: Install Dependencies - name: Install Dependencies
run: sudo apt install -y gcc-multilib freeglut3-dev:i386 run: sudo apt install -y gcc-multilib freeglut3-dev
- name: Build - name: Build
run: make run: make
- name: Upload artifact - name: Upload artifact