Oh, so that was useful in fact

This commit is contained in:
Jérôme Leclercq 2022-02-09 16:11:13 +01:00
parent 60831228b7
commit 100006024b
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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