From 7337a44805491765efb6d5662b3949915e22fec6 Mon Sep 17 00:00:00 2001 From: fasiondog Date: Tue, 13 Aug 2024 13:15:15 +0800 Subject: [PATCH] update --- .github/workflows/macos_x86_64.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/macos_x86_64.yml b/.github/workflows/macos_x86_64.yml index 56761a8..683064a 100644 --- a/.github/workflows/macos_x86_64.yml +++ b/.github/workflows/macos_x86_64.yml @@ -25,24 +25,24 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Cache packages - id: cache-xmake-macosx - uses: actions/cache@v4 - env: - cache-name: cache-node-modules - with: - path: ~/.xmake - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-build-${{ env.cache-name }}- - ${{ runner.os }}-build- - ${{ runner.os }}- + # - name: Cache packages + # id: cache-xmake-macosx + # uses: actions/cache@v4 + # env: + # cache-name: cache-node-modules + # with: + # path: ~/.xmake + # key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} + # restore-keys: | + # ${{ runner.os }}-build-${{ env.cache-name }}- + # ${{ runner.os }}-build- + # ${{ runner.os }}- - uses: xmake-io/github-action-setup-xmake@v1 with: xmake-version: 2.9.4 actions-cache-folder: '.xmake-cache' - actions-cache-key: 'macosx-x64' + # actions-cache-key: 'macosx-x64' - name: config run: |