diff options
author | Paul Buxton <paulbuxton.mail@googlemail.com> | 2020-06-11 08:52:30 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-06-25 11:00:51 -0700 |
commit | 68b651e494de6e6049b970ea2fa4228f012c3eca (patch) | |
tree | aaf43b8337cda3381d8b7e8b779e903957358b0d /.github/workflows/scripts/windows-container-prep.sh | |
parent | a753845d5acd6d25ff74dc969a9ea6307d8abe6a (diff) | |
download | subsurface-68b651e494de6e6049b970ea2fa4228f012c3eca.tar.gz |
build-system/mxe: use the new container image
[Dirk Hohndel: switched back to our docker hub repo]
Signed-off-by: Paul Buxton <paulbuxton.mail@googlemail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github/workflows/scripts/windows-container-prep.sh')
-rw-r--r-- | .github/workflows/scripts/windows-container-prep.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/scripts/windows-container-prep.sh b/.github/workflows/scripts/windows-container-prep.sh index e6f447d91..a71ee381f 100644 --- a/.github/workflows/scripts/windows-container-prep.sh +++ b/.github/workflows/scripts/windows-container-prep.sh @@ -1,8 +1,7 @@ #!/bin/bash # abstract the prepare commands for the windows build into a script that can be reused # instead of a yaml file -cd /win -ln -s /__w/subsurface/subsurface . + echo "downloading sources for fresh build" bash subsurface/scripts/get-dep-lib.sh single . libzip bash subsurface/scripts/get-dep-lib.sh single . googlemaps |