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