Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Nov 22, 2024
1 parent a51c546 commit d5a88f4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
quick-tests:
runs-on: ubuntu-latest
runs-on: raspbian-armv7-kernel-5.10.33
steps:
- uses: actions/checkout@master
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -22,9 +22,10 @@ jobs:
- name: Run internal tests
run: |
export PATH=/home/runner/.cargo/bin/:$PATH
sudo rustc --version
sudo cargo --version
sudo cargo test --verbose -- --nocapture
sudo /home/runner/.cargo/bin/rustup default stable
sudo /home/runner/.cargo/bin/rustc --version
sudo /home/runner/.cargo/bin/cargo --version
sudo /home/runner/.cargo/bin/cargo test --verbose -- --nocapture
- name: Build
run: cargo build

Expand Down

0 comments on commit d5a88f4

Please sign in to comment.