Update windows-build.yml
This commit is contained in:
6
.github/workflows/windows-build.yml
vendored
6
.github/workflows/windows-build.yml
vendored
@@ -41,10 +41,14 @@ jobs:
|
|||||||
- name: Update xmake repository
|
- name: Update xmake repository
|
||||||
run: xmake.exe repo --update
|
run: xmake.exe repo --update
|
||||||
|
|
||||||
|
# Debug
|
||||||
|
- name: Debug XMake
|
||||||
|
run: xmake.exe l -vD utils.ci.packageskey
|
||||||
|
|
||||||
# Fetch xmake dephash
|
# Fetch xmake dephash
|
||||||
- name: Retrieve dependencies hash
|
- name: Retrieve dependencies hash
|
||||||
id: dep_hash
|
id: dep_hash
|
||||||
run: echo "::set-output name=hash::$(xmake.exe l -vD utils.ci.packageskey)"
|
run: echo "::set-output name=hash::$(xmake.exe l utils.ci.packageskey)"
|
||||||
|
|
||||||
# Cache xmake dependencies
|
# Cache xmake dependencies
|
||||||
- name: Retrieve cached xmake dependencies
|
- name: Retrieve cached xmake dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user