chore: hide matrix parameters in CI job names

This commit is contained in:
Sebastian Ullrich 2020-11-23 23:43:36 +01:00
parent 1b302f328f
commit d61cb698aa
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@ jobs:
CMAKE_OPTIONS: -G "Unix Makefiles" -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DSTATIC=ON
# complete all jobs
fail-fast: false
name: ${{ matrix.name }}
env:
CCACHE_COMPRESS: true
# current cache limit

View file

@ -27,6 +27,7 @@ jobs:
nix_url: https://hydra.nixos.org/build/130670982/download/1/nix-2.4pre20201117_ae31916-x86_64-darwin.tar.xz
# complete all jobs
fail-fast: false
name: ${{ matrix.name }}
env:
CACHIX_AUTH_TOKEN: '${{ secrets.CACHIX_AUTH_TOKEN }}'
steps: