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:
Ivan Petkov 2023-10-15 12:45:10 -07:00
parent 9d6bf09d32
commit cede884ea0
No known key found for this signature in database
GPG Key ID: BB6F9EFC065832B6

View File

@ -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