mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-26 14:10:19 +00:00
Fix windows target
This commit is contained in:
parent
d053b0e06d
commit
819b648cd9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ matrix:
|
||||||
<<: *DEPLOY_TO_GITHUB
|
<<: *DEPLOY_TO_GITHUB
|
||||||
|
|
||||||
- name: Windows Binary
|
- name: Windows Binary
|
||||||
env: TARGET=stable-x86_64-pc-windows-msvc
|
env: TARGET=x86_64-pc-windows-msvc
|
||||||
os: windows
|
os: windows
|
||||||
rust: nightly
|
rust: nightly
|
||||||
before_script: rustup target add $TARGET
|
before_script: rustup target add $TARGET
|
||||||
|
|
Loading…
Reference in a new issue