diff --git a/.github/workflows/ci-scripts/ubuntu.sh b/.github/workflows/ci-scripts/ubuntu.sh index 2092bc853e8..7030c88d057 100755 --- a/.github/workflows/ci-scripts/ubuntu.sh +++ b/.github/workflows/ci-scripts/ubuntu.sh @@ -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