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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user