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

Commit

Permalink
build: fix workflow cache
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Dec 14, 2023
1 parent 5694fa5 commit d0fa230
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,15 @@ jobs:
build/bds/lib
key: |
xmake-dataextractor-windows-x64-${{ github.sha }}
xmake-dataextractor-windows-x64-${{ github.sha }}
bdslib-${{ steps.read-bdsversion.outputs.version_type }}-${{ steps.read-bdsversion.outputs.version_number }}
restore-keys: |
xmake-dataextractor-windows-x64-
xmake-dataextractor-windows-x64-
- uses: actions/cache@v3
with:
path: |
build/bds/lib
key: |
bdslib-${{ steps.read-bdsversion.outputs.version_type }}-${{ steps.read-bdsversion.outputs.version_number }}
- run: |
xmake repo -u
Expand Down

0 comments on commit d0fa230

Please sign in to comment.