CI: Restore xmake build cache

This commit is contained in:
SirLynix 2022-11-28 13:12:01 +01:00
parent 7989220bc0
commit bc3ddbe5b5
4 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,7 @@ jobs:
uses: xmake-io/github-action-setup-xmake@v1 uses: xmake-io/github-action-setup-xmake@v1
with: with:
xmake-version: branch@dev xmake-version: branch@dev
actions-cache-folder: .xmake-cache-W${{ steps.cache_key.outputs.key }}
# Update xmake repository (in order to have the file that will be cached) # Update xmake repository (in order to have the file that will be cached)
- name: Update xmake repository - name: Update xmake repository

View File

@ -50,6 +50,7 @@ jobs:
uses: xmake-io/github-action-setup-xmake@v1 uses: xmake-io/github-action-setup-xmake@v1
with: with:
xmake-version: branch@dev xmake-version: branch@dev
actions-cache-folder: .xmake-cache-W${{ steps.cache_key.outputs.key }}
# Update xmake repository (in order to have the file that will be cached) # Update xmake repository (in order to have the file that will be cached)
- name: Update xmake repository - name: Update xmake repository

View File

@ -43,6 +43,7 @@ jobs:
uses: xmake-io/github-action-setup-xmake@v1 uses: xmake-io/github-action-setup-xmake@v1
with: with:
xmake-version: branch@dev xmake-version: branch@dev
actions-cache-folder: .xmake-cache-W${{ steps.cache_key.outputs.key }}
# Update xmake repository (in order to have the file that will be cached) # Update xmake repository (in order to have the file that will be cached)
- name: Update xmake repository - name: Update xmake repository

View File

@ -44,6 +44,7 @@ jobs:
uses: xmake-io/github-action-setup-xmake@v1 uses: xmake-io/github-action-setup-xmake@v1
with: with:
xmake-version: branch@dev xmake-version: branch@dev
actions-cache-folder: .xmake-cache-W${{ steps.cache_key.outputs.key }}
# Update xmake repository (in order to have the file that will be cached) # Update xmake repository (in order to have the file that will be cached)
- name: Update xmake repository - name: Update xmake repository