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 12, 2024
1 parent 3fa0999 commit 32a6d63
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,16 @@ jobs:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

steps:
- uses: actions/checkout@v3

- name: Setup Checkout
uses: actions/checkout@v3

- name: Add i386 architecture
run: dpkg --add-architecture i386

- name: Update repository
run: apt-get -qq update

- name: Install build dependencies
run: sudo apt-get install -qq -y wget unzip

- name: Instal build dependencies
run: apt-get install -qq -y wget unzip build-essential gcc-multilib g++-multilib libgcc1 libgcc1:i386 libc6-dev libc6-dev-i386

- name: Run build
Expand Down

0 comments on commit 32a6d63

Please sign in to comment.