Просмотр исходного кода

Fix `brew: command not found` (actions/runner-images#6283)

Benoit Blanchon 3 лет назад
Родитель
Сommit
8ee67b0229
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -219,7 +219,7 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v2
       - name: Install arduino-cli
-        run: brew update && brew install arduino-cli
+        run: curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/local/bin sh
       - name: Install core
         run: arduino-cli core install ${{ matrix.core }}
       - name: Install libraries