mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 00:28:07 +08:00
attempt to fix travis build on osx
This commit is contained in:
parent
efc738ab93
commit
a38d5f0839
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ addons:
|
||||||
- qt5
|
- qt5
|
||||||
- RfidResearchGroup/proxmark3/arm-none-eabi-gcc
|
- RfidResearchGroup/proxmark3/arm-none-eabi-gcc
|
||||||
taps: RfidResearchGroup/proxmark3
|
taps: RfidResearchGroup/proxmark3
|
||||||
|
# update trick to fix https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/14
|
||||||
|
update: true
|
||||||
|
|
||||||
install:
|
install:
|
||||||
if ! arm-none-eabi-gcc -v; then
|
if ! arm-none-eabi-gcc -v; then
|
||||||
|
|
Loading…
Reference in a new issue