Skip to content

Commit

Permalink
.github/workflows/hil_unity_checks.yml: Updated arduino-devops scripts.
Browse files Browse the repository at this point in the history
Signed-off-by: jaenrig-ifx <[email protected]>
  • Loading branch information
jaenrig-ifx committed Jan 17, 2025
1 parent c95b260 commit 49c649c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/hil_unity_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,20 @@ jobs:
fetch-tags: true
fetch-depth: 0

- name: Checkout arduino-devops
uses: actions/checkout@v4
with:
repository: Infineon/arduino-devops
ref: latest
path: arduino-devops

- name: Pack Arduino core
run: |
python ./tools/arduino-packager.py --no-version-check --no-previous-releases
python ./arduino-devops/arduino-packager.py --no-version-check --no-previous-releases
- name: Install Arduino core
run: |
python ./tools/pckg-install-local.py --pckg-dir build --verbose
python ./arduino-devops/pckg-install-local.py --pckg-dir build --verbose
- name: Remove latest installed platform version
run: |
Expand Down

0 comments on commit 49c649c

Please sign in to comment.