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 58986ea commit fd71180
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ 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@v4
uses: actions/checkout@v3.6.0

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

0 comments on commit fd71180

Please sign in to comment.