File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ jobs:
102
102
rm -rf ~/.arduino15/packages/Infineon/hardware/xmc/*
103
103
ln -s $GITHUB_WORKSPACE ~/.arduino15/packages/Infineon/hardware/xmc/$TEST_VERSION
104
104
105
+ hil=${{ toJson(needs.setup.outputs.hil) }}
105
106
REPO="$(basename "$GITHUB_REPOSITORY")"
106
107
DEVICE="$(basename ${{ matrix.device }} )"
107
108
@@ -113,13 +114,17 @@ jobs:
113
114
echo "Device " $DEVICE
114
115
echo "Version " ${TEST_VERSION}
115
116
117
+ echo "hil=${hil}"
118
+
119
+ # Build the test code with make and flash it to the board
120
+ - name : Build
121
+ run : |
122
+ cd /opt/runner_support/
123
+
124
+
125
+
116
126
117
- # # Build the test code with make and flash it to the board
118
- # - name: Build
119
- # run: |
120
- # cd /opt/runner_support/
121
127
122
- # hil=${{ toJson(needs.setup.outputs.hil) }}
123
128
# lib=$(./py_checkusb.py --type ${{ env.library }} --json)
124
129
# if [[ -z $lib || $lib == "{}" ]]; then
125
130
# echo "No library information found"
You can’t perform that action at this time.
0 commit comments