Skip to content

Commit

Permalink
add use node16 env and add mac vcpkg cache
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Aug 27, 2024
1 parent 97d00aa commit 57cf472
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
compile_macOS_release:
Expand All @@ -22,6 +24,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 5
- name: cache vcpkg
uses: actions/cache@v3
with:
path: /Users/runner/work/FISCO-BCOS/FISCO-BCOS/vcpkg

- name: install rust language
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 57cf472

Please sign in to comment.