Skip to content

Commit

Permalink
Merge pull request #555 from jannic/update-actions
Browse files Browse the repository at this point in the history
Update github actions
  • Loading branch information
jannic authored Feb 24, 2023
2 parents f6a0d1b + 8b20770 commit aaa306f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,12 @@ jobs:
matrix:
mode: ["", "--release"]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
target: thumbv6m-none-eabi
override: true
profile: minimal
- name: Build rp2040-hal's examples
uses: actions-rs/cargo@v1
with:
command: build
args: -p rp2040-hal ${{ matrix.mode }} --examples --features rt,critical-section-impl
run: cargo build -p rp2040-hal ${{ matrix.mode }} --examples --features rt,critical-section-impl
builds:
name: Build checks
runs-on: ubuntu-20.04
Expand Down

0 comments on commit aaa306f

Please sign in to comment.