CI: Disable xmake cache (not compatible with dev)
This commit is contained in:
1
.github/workflows/coverage.yml
vendored
1
.github/workflows/coverage.yml
vendored
@@ -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
|
||||||
|
|||||||
1
.github/workflows/linux-build.yml
vendored
1
.github/workflows/linux-build.yml
vendored
@@ -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
|
||||||
|
|||||||
1
.github/workflows/macos-build.yml
vendored
1
.github/workflows/macos-build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user