mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
small fix
This commit is contained in:
parent
9a21bf8b2d
commit
34a389a4ac
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ addons:
|
||||||
taps: RfidResearchGroup/proxmark3
|
taps: RfidResearchGroup/proxmark3
|
||||||
|
|
||||||
install:
|
install:
|
||||||
if ! arm-none-eabi-gccx -v; then
|
if ! arm-none-eabi-gcc -v; then
|
||||||
echo "arm-none-eabi-gcc [ERROR]";
|
echo "arm-none-eabi-gcc [ERROR]";
|
||||||
travis_terminate 1;
|
travis_terminate 1;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue