Skip to content

Commit

Permalink
fix(ci): no metapac download
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed May 18, 2024
1 parent 27edbda commit cb76d41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
rustup target add riscv32imac-unknown-none-elf
rustup target add riscv32imafc-unknown-none-elf
rustup target add riscv32i-unknown-none-elf
- name: Fetch Deps
run: |
mkdir -p ../ch32-data/build/
cd ../ch32-data/build/
git clone https://github.com/ch32-rs/ch32-metapac.git
# - name: Fetch Deps
# run: |
# mkdir -p ../ch32-data/build/
# cd ../ch32-data/build/
# git clone https://github.com/ch32-rs/ch32-metapac.git
- name: Build Only
run: ./ci.sh

0 comments on commit cb76d41

Please sign in to comment.