Skip to content

Commit

Permalink
ci: disable cross-rust-overlay on darwin
Browse files Browse the repository at this point in the history
* Seems to get stuck rebuilding GCC all the time will revisit this later
ipetkov committed Oct 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9d6bf09 commit cede884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cede884

Please sign in to comment.