File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : CI - MacOS/Linux/Windows via Pixi
1+ name : CI - Pixi ( MacOS/Linux/Windows)
22
33on :
44 push :
@@ -31,7 +31,7 @@ concurrency:
3131
3232jobs :
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 }}"
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 :
You can’t perform that action at this time.
0 commit comments