Skip to content

Commit

Permalink
ci: fix node16 version for release binary
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Jul 4, 2024
1 parent ac7673a commit af6d5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,11 @@ jobs:
SCCACHE_GHA_ENABLED: true
RUSTC_WRAPPER: sccache
CARGO_INCREMENTAL: 0
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- name: Checkout
uses: actions/checkout@v3
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
with:
submodules: recursive

Expand Down Expand Up @@ -191,6 +190,7 @@ jobs:
SCCACHE_GHA_ENABLED: true
RUSTC_WRAPPER: sccache
CARGO_INCREMENTAL: 0
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- name: Checkout
Expand Down

0 comments on commit af6d5be

Please sign in to comment.