Skip to content

Commit

Permalink
print iccarm version
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Nov 27, 2024
1 parent 8297a13 commit a51b2b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ commands:
# Install IAR since we only cache deb file
sudo dpkg --ignore-depends=libusb-1.0-0 -i ~/cache/<< parameters.toolchain >>/toolchain.deb
echo "export PATH=$PATH:/opt/iar/cxarm/arm/bin" >> $BASH_ENV
iccarm --version
else
echo "export PATH=$PATH:`echo ~/cache/<< parameters.toolchain >>/*/bin`" >> $BASH_ENV
fi
Expand Down

0 comments on commit a51b2b8

Please sign in to comment.