Oh, so that was useful in fact
This commit is contained in:
4
.github/workflows/linux-build-sanitizer.yml
vendored
4
.github/workflows/linux-build-sanitizer.yml
vendored
@@ -57,6 +57,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
xmake-version: branch@dev
|
xmake-version: branch@dev
|
||||||
|
|
||||||
|
# Update xmake repository (in order to have the file that will be cached)
|
||||||
|
- name: Update xmake repository
|
||||||
|
run: xmake repo --update
|
||||||
|
|
||||||
# Fetch xmake dephash
|
# Fetch xmake dephash
|
||||||
- name: Retrieve dependencies hash
|
- name: Retrieve dependencies hash
|
||||||
id: dep_hash
|
id: dep_hash
|
||||||
|
|||||||
4
.github/workflows/windows-build.yml
vendored
4
.github/workflows/windows-build.yml
vendored
@@ -38,6 +38,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
xmake-version: branch@dev
|
xmake-version: branch@dev
|
||||||
|
|
||||||
|
# Update xmake repository (in order to have the file that will be cached)
|
||||||
|
- name: Update xmake repository
|
||||||
|
run: xmake.exe repo --update
|
||||||
|
|
||||||
# Fetch xmake dephash
|
# Fetch xmake dephash
|
||||||
- name: Retrieve dependencies hash
|
- name: Retrieve dependencies hash
|
||||||
id: dep_hash
|
id: dep_hash
|
||||||
|
|||||||
Reference in New Issue
Block a user