From 100006024b3a525cd9f337373407880978887142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Wed, 9 Feb 2022 16:11:13 +0100 Subject: [PATCH] Oh, so that was useful in fact --- .github/workflows/linux-build-sanitizer.yml | 4 ++++ .github/workflows/windows-build.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/linux-build-sanitizer.yml b/.github/workflows/linux-build-sanitizer.yml index ba1e033e8..bf822fa45 100644 --- a/.github/workflows/linux-build-sanitizer.yml +++ b/.github/workflows/linux-build-sanitizer.yml @@ -57,6 +57,10 @@ jobs: with: 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 - name: Retrieve dependencies hash id: dep_hash diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index af12a1573..e4c4966ac 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -38,6 +38,10 @@ jobs: with: 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 - name: Retrieve dependencies hash id: dep_hash