Skip to content

Commit a699106

Browse files
Use full path
1 parent cbf5cfa commit a699106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
python3 -m pip install --user --upgrade pyopenssl # Work around runtime error
3232
python3 -m pip install --user -r mcuboot/scripts/requirements.txt
3333
python3 -m pip install --user mcuboot/scripts
34-
imgtool keygen -k signing-keys.pem -t rsa-2048
35-
imgtool getpub -k signing-keys.pem > signing_keys.c
34+
$HOME/.local/bin/imgtool keygen -k signing-keys.pem -t rsa-2048
35+
$HOME/.local/bin/imgtool getpub -k signing-keys.pem > signing_keys.c
3636
3737
- name: Build project for ${{ matrix.mbed_target }}
3838
run: |

0 commit comments

Comments
 (0)