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 5, 2024
1 parent 926e28e commit b7f6f80
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
container: ubuntu:18.04

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: '18'

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

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

0 comments on commit b7f6f80

Please sign in to comment.