Github Actions typo fix. [ci skip]
This commit is contained in:
parent
61192a1423
commit
c6f65b64fa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-scripts/ubuntu.sh
vendored
2
.github/workflows/ci-scripts/ubuntu.sh
vendored
|
@ -32,5 +32,5 @@ docker build -t wesnoth-repo:"$IMAGE"-"$BRANCH" -f utils/dockerbuilds/travis/Doc
|
|||
docker run --cap-add=ALL --privileged \
|
||||
--volume ~/build-cache:/home/wesnoth-travis/build \
|
||||
--env BRANCH --env IMAGE --env NLS --env TOOL --env CC --env CXX \
|
||||
--env CFG --env LTO
|
||||
--env CFG --env LTO \
|
||||
wesnoth-repo:"$IMAGE"-"$BRANCH" ./.github/workflows/ci-scripts/docker.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue