fix CI config

This commit is contained in:
akitsu-sanae 2019-07-25 22:10:45 +09:00
parent c27678efc2
commit 8e89602545
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ cache:
build:linux:stable:
stage: build
script:
- rustup update stable
- cargo +stable build --verbose
build:linux: