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 86214c3 commit e7067e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16

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

- name: Test
run: |
export ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
export ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
export ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
- name: Setup Checkout
uses: actions/checkout@v3

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

0 comments on commit e7067e2

Please sign in to comment.