Skip to content

Commit

Permalink
ci: Run cargo check on arm64 (#140)
Browse files Browse the repository at this point in the history
The unwinding facilities haven't been adapted yet.
  • Loading branch information
javierhonduco authored Jan 20, 2025
1 parent c1619f1 commit 7eef055
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,18 @@ jobs:
- name: Run `nix fmt`
run: nix fmt -- --check .
- name: Run `cargo shear`
run: nix develop --command cargo shear
run: nix develop --command cargo shear

ci-arm:
runs-on: ubuntu-22.04-arm
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@main
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Set up nix dev env
run: nix develop --command echo 0
- name: Run `cargo check`
run: nix develop --ignore-environment --command cargo check

0 comments on commit 7eef055

Please sign in to comment.