Skip to content

Commit

Permalink
feat: cache
Browse files Browse the repository at this point in the history
  • Loading branch information
killcerr authored Jan 17, 2025
1 parent f94b8ff commit 0ec17f7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,8 @@ jobs:
- uses: actions/checkout@v4

- uses: xmake-io/github-action-setup-xmake@v1
# with:
# xmake-version: branch@master

- uses: actions/cache@v4
with:
path: |
~/AppData/Local/.xmake
key: xmake-${{ hashFiles('xmake.lua') }}
restore-keys: |
xmake-
build-cache: true

- run: |
xmake repo -u
Expand Down

0 comments on commit 0ec17f7

Please sign in to comment.