mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
Fix locking bug.
This commit is contained in:
parent
d42f144384
commit
cc8467ad45
@ -36,7 +36,7 @@ matrix:
|
||||
os: linux
|
||||
rust: nightly
|
||||
before_script: rustup target add $TARGET
|
||||
script: cargo build --release --target $TARGET --locked
|
||||
script: cargo build --release --target $TARGET
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@ -48,7 +48,7 @@ matrix:
|
||||
os: windows
|
||||
rust: nightly
|
||||
before_script: rustup target add $TARGET
|
||||
script: cargo build --release --target $TARGET --locked
|
||||
script: cargo build --release --target $TARGET
|
||||
<<: *DEPLOY_TO_GITHUB
|
||||
|
||||
notifications:
|
||||
|
Loading…
x
Reference in New Issue
Block a user