ldd install not needed for cross-compil tasks

This commit is contained in:
w1nst0n 2021-10-02 01:18:27 +02:00
parent 8e077a79d4
commit 284d69d95a
No known key found for this signature in database
GPG key ID: 34D27465928A0A1D

View file

@ -12,7 +12,7 @@ i686-pc-windows-gnu:
stage: build
before_script:
- apt update -yqq && apt install -yqq mingw-w64 lld
- apt update -yqq && apt install -yqq mingw-w64
- rustup target add i686-pc-windows-gnu
script:
@ -27,7 +27,7 @@ x86_64-pc-windows-gnu:
stage: build
before_script:
- apt update -yqq && apt install -yqq mingw-w64 lld
- apt update -yqq && apt install -yqq mingw-w64
- rustup target add x86_64-pc-windows-gnu
script: