mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
move name build into the docker container again
This commit is contained in:
parent
a7c3e41d9b
commit
bae3c0065b
2 changed files with 5 additions and 3 deletions
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -196,7 +196,6 @@ jobs:
|
|||
if: matrix.package != 'skip'
|
||||
shell: bash
|
||||
env:
|
||||
BUILD_DIR: '${{github.workspace}}/build'
|
||||
SUFFIX: '-${{matrix.distro}}${{matrix.version}}'
|
||||
package: '${{matrix.package}}'
|
||||
server_only: '${{matrix.server_only}}'
|
||||
|
|
@ -211,9 +210,8 @@ jobs:
|
|||
fi
|
||||
args+=(--ccache "$CCACHE_SIZE")
|
||||
args+=(--cmake-generator "$CMAKE_GENERATOR")
|
||||
args+=(--dir "$BUILD_DIR")
|
||||
args+=(--suffix "$SUFFIX")
|
||||
RUN --server --release --package "$package" "${args[@]}"
|
||||
.ci/name_build.sh
|
||||
|
||||
# Delete used cache to emulate a ccache update. See https://github.com/actions/cache/issues/342.
|
||||
- name: Delete remote compiler cache (ccache)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue