Skip to content

Commit

Permalink
fix(ci): use newest hpm-metapac
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jun 24, 2024
1 parent 5c49c17 commit 5f23f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
rustup target add riscv32imafc-unknown-none-elf
- name: Fetch Deps
# if this is a pull request
if: github.event_name == 'pull_request'
# if: github.event_name == 'pull_request'
run: |
mkdir -p ../hpm-data/build/
cd ../hpm-data/build/
Expand Down

0 comments on commit 5f23f8f

Please sign in to comment.