Fix Windows and Mac CI for master branch

This commit is contained in:
PAJohnson
2021-02-10 21:28:41 -05:00
parent 296cfb090c
commit df5b6d7281
+2 -2
View File
@@ -58,7 +58,7 @@ jobs:
if: startsWith(matrix.os, 'macOS-')
run: |
brew install armmbed/formulae/arm-none-eabi-gcc
brew cask install osxfuse && brew install tup
brew install --cask osxfuse && brew install tup
pip3 install PyYAML Jinja2 jsonschema
@@ -76,7 +76,7 @@ jobs:
run: |
Invoke-WebRequest -Uri "http://gittup.org/tup/win32/tup-latest.zip" -OutFile ".\tup-latest.zip"
Expand-Archive ".\tup-latest.zip" -DestinationPath ".\tup-latest" -Force
echo "::add-path::$(Resolve-Path .)\tup-latest"
echo "$(Resolve-Path .)\tup-latest" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
choco install gcc-arm-embedded # downloads https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/gcc-arm-none-eabi-9-2019-q4-major-win32.zip