From a133f4456415f8e76b1691946a2bd107d2a1559c Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Wed, 15 Sep 2021 20:26:16 -0700 Subject: [PATCH] CI: Fix building issue of the go dependency --- .github/workflows/deploying.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index 39be66e..01b0d64 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -15,7 +15,8 @@ jobs: - uses: actions/checkout@v2 - name: Installing packages run: | - brew install libtool automake cmake carthage go swiftformat openssl libssh2 + brew install libtool automake cmake carthage swiftformat openssl libssh2 + brew install go || brew link --overwrite go brew install swiftlint || brew link --overwrite swiftlint gem install bundler - uses: actions/cache@v2