diff --git a/.github/workflows/rpi.yml b/.github/workflows/rpi.yml index 8d7887f..0a036c2 100644 --- a/.github/workflows/rpi.yml +++ b/.github/workflows/rpi.yml @@ -13,15 +13,12 @@ jobs: build: runs-on: ubuntu-latest container: - image: debian:11 + imaget: ragnaroek/rust-raspberry:1.81.0 steps: - name: Checkout Repository uses: actions/checkout@v3 - - run: apt-get update && apt-get install -y rustup - - run: rustup default stable - - name: Rust build and test run: cargo test