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 e38c8bc
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:

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

- name: Enter nix
run: nix develop
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- run: cd riscv64_qemuvirt && cargo clippy --all-features --target ${{ env.TARGET }}
- run: nix develop -c sh "
cd riscv64_qemuvirt &&
cargo clippy --all-features --target ${{ env.TARGET }}
"
clippy_aarch64:
runs-on: ubuntu-latest
Expand All @@ -30,7 +33,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 -c sh "
cd riscv64_qemuvirt &&
cargo clippy --all-features --target ${{ env.TARGET }}
"

0 comments on commit e38c8bc

Please sign in to comment.