fix gitlab pipeline

This commit is contained in:
lilydjwg 2020-01-18 14:46:37 +08:00
parent 67fe54119b
commit e5e592b559
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: