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 f007526 commit 58986ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ jobs:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

steps:
- name: Set Node.js 16.x
uses: actions/setup-node@v4
with:
node-version: 16.x

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

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

0 comments on commit 58986ea

Please sign in to comment.