Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 5, 2024
1 parent 42e7706 commit 3f637c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
. <(curl https://aka.ms/vcpkg-init.sh -L)
. ~/.vcpkg/vcpkg-init
vcpkg x-update-registry arm
vcpkg add cmsis-toolbox
cpackget init https://arduino.luatos.com/cmsis-pack/AirM2M.pidx
cpackget add AirM2M.AIR001_DFP.1.1.3
- name: Compile
run: |
Expand All @@ -31,5 +27,8 @@ jobs:
cd MDK-ARM
uv2csolution CoreMark.uvprojx
vcpkg activate
cpackget init https://arduino.luatos.com/cmsis-pack/AirM2M.pidx
cpackget add AirM2M.AIR001_DFP.1.1.3
cpackget init https://www.keil.com/pack/index.pidx
armlm activate -product KEMDK-COM0 -server https://mdk-preview.keil.arm.com
cbuild CoreMark.csolution.yml --update-rte --packs

0 comments on commit 3f637c3

Please sign in to comment.