mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-29 10:42:21 +03:00
ci: disable cross-rust-overlay on darwin
* Seems to get stuck rebuilding GCC all the time will revisit this later
This commit is contained in:
parent
9d6bf09d32
commit
cede884ea0
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
# Latest and greatest release of Nix
|
||||
install_url: https://nixos.org/nix/install
|
||||
nixpkgs-override: "--override-input nixpkgs github:NixOS/nixpkgs/nixpkgs-23.05-darwin"
|
||||
filter: "-not -name build-std"
|
||||
filter: "-not -name build-std -not -name cross-rust-overlay"
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user