Use xmake dev for CI (until xmake 2.5.4 is out)

This commit is contained in:
Jérôme Leclercq
2021-05-08 17:05:25 +02:00
parent 1c69c21a9f
commit 7fd94a2068
3 changed files with 6 additions and 26 deletions

View File

@@ -45,6 +45,8 @@ jobs:
# Install xmake
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
# Update xmake repository (in order to have the file that will be cached)
- name: Update xmake repository
@@ -53,7 +55,7 @@ jobs:
# Fetch xmake dephash
- name: Retrieve dependencies hash
id: dep_hash
run: echo "::set-output name=hash::$(xmake dephash)"
run: echo "::set-output name=hash::$(xmake l utils.ci.packageskey)"
# Cache xmake dependencies
- name: Retrieve cached xmake dependencies