Force stable as default.

This commit is contained in:
Nolan Darilek 2019-12-20 12:34:46 -06:00
parent b751a35337
commit 6542234b8e

View File

@ -22,6 +22,7 @@ build linux:
build windows: build windows:
stage: build stage: build
script: script:
- rustup default stable
- cargo build --release - cargo build --release
- move target windows - move target windows
artifacts: artifacts: