Skip to content

Commit 5e2ba53

Browse files
committed
fixup! fixup! chore(deps): update ch32-metapac, fix pfic enums
1 parent dcde582 commit 5e2ba53

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
rustup target add riscv32imac-unknown-none-elf
2727
rustup target add riscv32imafc-unknown-none-elf
2828
rustup target add riscv32i-unknown-none-elf
29+
rustup component remove rust-src
30+
rustup component add rust-src
2931
- name: Fetch Deps
3032
# if this is a pull request
3133
if: github.event_name == 'pull_request'

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ls -lah ~/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib
1313
ls -lah ~/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src
1414

1515
# wtf?
16-
ls -lah ~/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library
16+
# ls -lah ~/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library
1717

1818

1919
for d in $(ls -1 ./examples); do

0 commit comments

Comments
 (0)