Remove i386
This commit is contained in:
parent
3a44c1d757
commit
b00c7976b1
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user