trying to disable darwin

This commit is contained in:
DecDuck
2024-10-07 14:26:51 +11:00
parent 125a5e9929
commit b3e9bba4c9
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ build:
- .parallel-config
script:
- rustup target add $TARGET
- rustup toolchain install stable-$TARGET
- rustup toolchain install nightly-$TARGET
- cargo install cargo-xwin
- apt-get update -y
- apt-get install yarnpkg llvm clang -y