mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-20 19:51:18 +10:00
fix targets
This commit is contained in:
@ -11,13 +11,8 @@ build:
|
|||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu
|
||||||
- x86_64-pc-windows-msvc
|
- x86_64-pc-windows-msvc
|
||||||
- x86_64-apple-darwin
|
- x86_64-apple-darwin
|
||||||
PACKAGES:
|
|
||||||
- ""
|
|
||||||
- "cargo-xwin"
|
|
||||||
- ""
|
|
||||||
script:
|
script:
|
||||||
- rustup target add $TARGET
|
- rustup target add $TARGET
|
||||||
- cargo install $PACKAGES
|
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install yarnpkg -y
|
- apt-get install yarnpkg -y
|
||||||
- yarnpkg
|
- yarnpkg
|
||||||
|
|||||||
Reference in New Issue
Block a user