Update CI (force cache flush)

This commit is contained in:
Jérôme Leclercq 2022-02-23 23:47:38 +01:00
parent 13bb4cc6ee
commit 74dcb602b8
5 changed files with 8 additions and 8 deletions

View File

@ -62,7 +62,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}
key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r2
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies
@ -70,7 +70,7 @@ jobs:
# Build the engine
- name: Build Nazara
run: xmake -v
run: xmake
# Run unit tests
- name: Run unit tests

View File

@ -72,7 +72,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}
key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r2
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies

View File

@ -61,7 +61,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}
key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r2
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies

View File

@ -38,7 +38,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msystem }}
install: git base-devel unzip p7zip mingw-w64-${{ matrix.arch }}-toolchain mingw-w64-${{ matrix.arch }}-qt5-tools
install: git base-devel unzip p7zip mingw-w64-${{ matrix.arch }}-toolchain
update: true
# Force xmake to a specific folder (for cache)
@ -70,7 +70,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.XMAKE_GLOBALDIR }}\.xmake\packages
key: MinGW-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}
key: MinGW-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r2
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies
@ -78,7 +78,7 @@ jobs:
# Build the engine
- name: Build Nazara
run: xmake -v
run: xmake
# Install the result files
- name: Install Nazara

View File

@ -53,7 +53,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.XMAKE_GLOBALDIR }}\.xmake\packages
key: MSVC-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}
key: MSVC-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r2
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies