Skip to content

Commit 12ab776

Browse files
committed
Fixed cross-compiling
1 parent a222d6e commit 12ab776

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ build:
1111
image: golang:1.15
1212
before_script:
1313
- apt-get update
14-
- apt-get install gcc-multilib
15-
- apt-get install gcc-mingw-w64
14+
- apt-get install -y gcc-multilib gcc-mingw-w64
1615
script:
1716
- mkdir -p /go/src/gitlab.com/ChriZ98
1817
- cp -r $CI_PROJECT_DIR /go/src/gitlab.com/ChriZ98/gog-galaxy-2-0-start-menu-tiles

0 commit comments

Comments
 (0)