Skip to content

Commit

Permalink
test 7, change to device order
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 30, 2024
1 parent 435d17e commit 0ea7bdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hil-unity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ jobs:

- name: Build
run: |
export TMPDIR=$HOME/tmp
mkdir -p $TMPDIR
lib=${{ toJson(env.library) }}
readarray -t LIBS < <(echo ${lib} | jq ".|keys[]" -r --compact-output)
Expand Down

0 comments on commit 0ea7bdd

Please sign in to comment.