Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
build: cache test
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Dec 14, 2023
1 parent d0fa230 commit 4036955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- uses: xmake-io/github-action-setup-xmake@v1

- uses: actions/cache@v3
name: xmake cache
with:
path: |
~/AppData/Local/.xmake
Expand All @@ -50,6 +51,7 @@ jobs:
xmake-dataextractor-windows-x64-
- uses: actions/cache@v3
name: bdslib cache
with:
path: |
build/bds/lib
Expand Down

0 comments on commit 4036955

Please sign in to comment.