diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index 01b0d64..13a6bf7 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Installing packages run: | + brew update brew install libtool automake cmake carthage swiftformat openssl libssh2 brew install go || brew link --overwrite go brew install swiftlint || brew link --overwrite swiftlint @@ -45,7 +46,7 @@ jobs: - name: GopenPGP if: steps.gopenpgp-cache.outputs.cache-hit != 'true' run: | - export PATH="/usr/local/opt/go@1.14/bin:$PATH" + export PATH="/usr/local/opt/go/bin:$PATH" ./scripts/gopenpgp_build.sh - name: Test run: bundle exec fastlane test diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 300f408..14ca1f2 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -9,6 +9,7 @@ jobs: - uses: actions/checkout@v2 - name: Installing packages run: | + brew update brew install libtool automake cmake carthage swiftformat openssl libssh2 brew install swiftlint || brew link --overwrite swiftlint brew install go || brew link --overwrite go