Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
target: thumbv7em-none-eabihf

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install Rust
run: |
rustup install --profile=minimal ${{ matrix.rust_version }}
Expand All @@ -42,7 +42,7 @@ jobs:
example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install Rust
run: rustup target add thumbv7em-none-eabi
- name: Build example
Expand All @@ -51,7 +51,7 @@ jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install Rust stable
run: |
rustup install --profile=minimal stable
Expand Down
Loading