mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-16 01:31:26 +10:00
trying to disable darwin
This commit is contained in:
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@ -25,9 +25,9 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
settings:
|
settings:
|
||||||
- host: macos-latest
|
# - host: macos-latest
|
||||||
target: x86_64-apple-darwin
|
# target: x86_64-apple-darwin
|
||||||
build: yarn build --target x86_64-apple-darwin
|
# build: yarn build --target x86_64-apple-darwin
|
||||||
- host: windows-latest
|
- host: windows-latest
|
||||||
build: yarn build --target x86_64-pc-windows-msvc
|
build: yarn build --target x86_64-pc-windows-msvc
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
|
|||||||
@ -16,7 +16,7 @@ build:
|
|||||||
- .parallel-config
|
- .parallel-config
|
||||||
script:
|
script:
|
||||||
- rustup target add $TARGET
|
- rustup target add $TARGET
|
||||||
- rustup toolchain install stable-$TARGET
|
- rustup toolchain install nightly-$TARGET
|
||||||
- cargo install cargo-xwin
|
- cargo install cargo-xwin
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install yarnpkg llvm clang -y
|
- apt-get install yarnpkg llvm clang -y
|
||||||
|
|||||||
Reference in New Issue
Block a user