replace mergehex with python-intelhex

This commit is contained in:
hathach
2020-05-12 14:53:13 +07:00
parent c41dd59b5f
commit d50796ff4c
2 changed files with 14 additions and 7 deletions

View File

@@ -23,10 +23,10 @@ jobs:
- name: Install Toolchains
run: |
pip3 install adafruit-nrfutil uritemplate requests
wget https://www.nordicsemi.com/api/sitecore/Products/DownloadPlatform --post-data=fileid=8F19D314130548209E75EFFADD9348DB -O cli-tools.tar
tar -xv -f cli-tools.tar
echo "::add-path::$GITHUB_WORKSPACE/mergehex"
pip3 install adafruit-nrfutil uritemplate requests intelhex
#wget https://www.nordicsemi.com/api/sitecore/Products/DownloadPlatform --post-data=fileid=8F19D314130548209E75EFFADD9348DB -O cli-tools.tar
#tar -xv -f cli-tools.tar
#echo "::add-path::$GITHUB_WORKSPACE/mergehex"
npm install --global xpm
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@latest
echo "::add-path::`echo $HOME/opt/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/*/.content/bin`"