Skip to content

Commit

Permalink
Update workflow for use ARM-software/cmsis-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirUmek committed May 30, 2024
1 parent e4de86f commit ba82e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmsis_rv2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
path: /home/runner/.cache/arm/packs

- name: Setup vcpkg environment
uses: JonatanAntoni/actions/vcpkg@main
uses: ARM-software/cmsis-actions/vcpkg@main
with:
config: ./CMSIS-RTOS2_Validation/Project/vcpkg-configuration.json
cache: "-${{ matrix.compiler }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sudo apt-get install libtinfo5
- name: Prepare vcpkg env
uses: JonatanAntoni/actions/vcpkg@main
uses: ARM-software/cmsis-actions/vcpkg@main
with:
config: ./CMSIS/RTOS2/FreeRTOS/Examples/vcpkg-configuration.json

Expand Down

0 comments on commit ba82e7e

Please sign in to comment.