Skip to content

Commit

Permalink
use command
Browse files Browse the repository at this point in the history
Signed-off-by: Esteban Blanc <[email protected]>
  • Loading branch information
Skallwar committed Oct 8, 2024
1 parent 8a13a6e commit a3e2d1b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

- uses: cachix/install-nix-action@v27

- name: Enter nix
run: nix develop

- run: cd riscv64_qemuvirt && cargo clippy --all-features --target ${{ env.TARGET }}
- run: nix develop -c sh -c "
cd riscv64_qemuvirt &&
cargo clippy --all-features --target ${{ env.TARGET }}
"
clippy_aarch64:
runs-on: ubuntu-latest
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: cachix/install-nix-action@v27
- name: Enter nix
run: nix develop

- run: cd aarch64_qemuvirt && cargo clippy --all-features --target ${{ env.TARGET }}
- run: nix develop --command sh -c "
cd riscv64_qemuvirt &&
cargo clippy --all-features --target ${{ env.TARGET }}
"

0 comments on commit a3e2d1b

Please sign in to comment.