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 fb8173a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,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 = "1.81"
targets = [
"thumbv6m-none-eabi",
"thumbv8m.main-none-eabihf",
]

0 comments on commit fb8173a

Please sign in to comment.