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 ffd6476
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,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 --command "
cd riscv64_qemuvirt && \
cargo clippy --all-features --target ${{ env.TARGET }}
"
clippy_aarch64:
runs-on: ubuntu-latest
Expand All @@ -33,4 +34,7 @@ jobs:
- name: Enter nix
run: nix develop
- run: cd aarch64_qemuvirt && cargo clippy --all-features --target ${{ env.TARGET }}
- run: nix develop --command "
cd aarch64_qemuvirt && \
cargo clippy --all-features --target ${{ env.TARGET }}
"

0 comments on commit ffd6476

Please sign in to comment.