Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Dec 19, 2024
1 parent 6d4c2a7 commit e8b51aa
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 @@ -18,8 +18,11 @@ jobs:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node18

steps:
- name: Setup Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x

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

0 comments on commit e8b51aa

Please sign in to comment.