Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Jul 4, 2024
1 parent 054ac3d commit 843611a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,9 @@ jobs:
SCCACHE_GHA_ENABLED: true
RUSTC_WRAPPER: sccache
CARGO_INCREMENTAL: 0
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- name: Switch to node16
run: cd $RUNNER_HOME/actions-runner/externals && rm -rf node20 && ln -s node16 node20

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -192,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 843611a

Please sign in to comment.