Commit 76ed21d
committed
fix: do not set ZEPHYR_SDK_INSTALL_DIR in the workflow
The SDK is now automatically chosen, installed and detected by the
scripts. This hardcoded path was causing issues with readelf not
being found anymore.
Also, this was hiding the fact that the environment was being activated
too late in the workflow, requiring the user to manually source the
venv/bin/activate script or have the ZEPHYR_SDK_INSTALL_DIR variable
in the environment.1 parent 55fa748 commit 76ed21d
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments