CI: Disable xmake cache (not compatible with dev)
This commit is contained in:
parent
02387b8fe3
commit
2ac59cd7fb
|
|
@ -62,7 +62,6 @@ 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
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,6 @@ 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
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@ 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue