Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Sep 6, 2024
1 parent 8537270 commit 41b8324
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ jobs:
linux:
name: Linux Build
runs-on: ubuntu-latest
container: ubuntu:18.04.6

steps:
- name: Setup Checkout
uses: actions/checkout@v4

- name: Add i386 architecture
run: |
sudo dpkg --add-architecture i386
sudo su -c "echo 'deb http://archive.ubuntu.com/ubuntu/bionic main restricted universe multiverse' >> /etc/apt/sources.list"
run: sudo dpkg --add-architecture i386

- name: Update repository
run: sudo apt-get update
Expand Down

0 comments on commit 41b8324

Please sign in to comment.