We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f06b9 commit e55c7f2Copy full SHA for e55c7f2
.github/workflows/check.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # ratchet:cachix/install-nix-action@v31
56
57
- name: Check
58
- run: nix build --fallback --print-build-logs '.#checks.x86_64-linux.${{ matrix.check }}'
+ run: nix build --fallback --print-build-logs '.#checks.aarch64-darwin.${{ matrix.check }}'
59
60
- name: Upload Clippy results
61
if: ${{ matrix.check == 'clippy' }}
0 commit comments