From 57cf472bc7d83e94be7b5ea9c6f70db04769395f Mon Sep 17 00:00:00 2001 From: wenlinli <1574249665@qq.com> Date: Tue, 27 Aug 2024 14:31:00 +0800 Subject: [PATCH] add use node16 env and add mac vcpkg cache --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a680d361e0..23e75c0121 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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: