Skip to content

Commit

Permalink
Fix doc build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Sep 11, 2024
1 parent a7f42d2 commit 07ab965
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

env:
BUILDER_THREADS: '1'
RUSTUP_TOOLCHAIN: nightly

jobs:
doc:
Expand All @@ -31,6 +30,7 @@ jobs:
- name: build
run: |
rustup show
mkdir crates
builder . crates/rp-pac/git.zup
Expand Down
6 changes: 6 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[toolchain]
channel = "nightly-2024-09-06"
targets = [
"thumbv6m-none-eabi",
"thumbv8m.main-none-eabihf",
]

0 comments on commit 07ab965

Please sign in to comment.