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