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 3b79b7c commit 27d7428
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit 27d7428

Please sign in to comment.