Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Aug 13, 2024
1 parent 7337a44 commit 1880a53
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/macos_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1880a53

Please sign in to comment.