Skip to content

Commit 4aa0c89

Browse files
committed
ci: relax cache availability
1 parent 1ba3288 commit 4aa0c89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/macos-linux-windows-pixi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI - MacOS/Linux/Windows via Pixi
1+
name: CI - Pixi (MacOS/Linux/Windows)
22

33
on:
44
push:
@@ -31,7 +31,7 @@ concurrency:
3131

3232
jobs:
3333
pixi:
34-
name: Pixi - Standard - ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }}
34+
name: Pixi - ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }}
3535
runs-on: ${{ matrix.os }}
3636
env:
3737
CCACHE_BASEDIR: "${{ github.workspace }}"
@@ -59,8 +59,8 @@ jobs:
5959
- uses: actions/cache@v5
6060
with:
6161
path: ${{ env.CCACHE_DIR }}
62-
key: ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.environment }}-${{ github.sha }}
63-
restore-keys: ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.environment }}-
62+
key: ccache-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ github.sha }}
63+
restore-keys: ccache-pixi-${{ matrix.os }}-${{ matrix.build_type }}-
6464

6565
- uses: prefix-dev/[email protected]
6666
with:

0 commit comments

Comments
 (0)