Skip to content
Snippets Groups Projects
Commit 4bce01a4 authored by Marvin Weiler's avatar Marvin Weiler
Browse files

Update .gitlab-ci.yml file

parent 29f1bd3e
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ build:x86_64windows: ...@@ -9,7 +9,7 @@ build:x86_64windows:
image: rust:1-buster image: rust:1-buster
before_script: before_script:
- rustup target add x86_64-pc-windows-gnu - rustup target add x86_64-pc-windows-gnu
- apt install gcc-mingw-w64-x86-64 - apt-get update && apt-get install -y gcc-mingw-w64-x86-64
script: script:
- cargo build --release --target=x86_64-pc-windows-gnu - cargo build --release --target=x86_64-pc-windows-gnu
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment