mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
rename "name" var
This commit is contained in:
parent
d90d01fb9a
commit
ba6ae0999b
2 changed files with 8 additions and 8 deletions
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -97,7 +97,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# The files in ".ci/$distro$distro_version" correspond to the values given here
|
||||
# The files in ".ci/$BUILD_REFERENCE" correspond to the values given here
|
||||
include:
|
||||
- distro: Arch
|
||||
|
||||
|
|
@ -153,7 +153,7 @@ jobs:
|
|||
CCACHE_EVICTION_AGE: 7d
|
||||
CCACHE_SIZE: 550M # space of all repo is 10Gi: https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy
|
||||
CMAKE_GENERATOR: Ninja
|
||||
NAME: ${{ matrix.distro }}${{ matrix.distro_version }}
|
||||
BUILD_REFERENCE: ${{ matrix.distro }}${{ matrix.distro_version }}
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue