Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dstric-aqueduct authored Dec 12, 2023
1 parent 8f173c9 commit b04d893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain : nightly-2023-06-28
toolchain : nightly
components: rustfmt
- uses: actions-rs/cargo@v1
with:
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-06-28
toolchain: nightly
target: thumbv7em-none-eabihf
override: true
- name: Prologue
Expand Down

0 comments on commit b04d893

Please sign in to comment.