Skip to content

Commit

Permalink
Try other image
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr committed Dec 14, 2024
1 parent a0766bc commit 6bf3081
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: debian:11
image: 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

Expand Down

0 comments on commit 6bf3081

Please sign in to comment.