We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f938fea commit 2589339Copy full SHA for 2589339
.github/workflows/swift.yml
@@ -61,7 +61,7 @@ jobs:
61
- uses: maxim-lobanov/setup-xcode@v1
62
with:
63
xcode-version: latest-stable
64
- run: |
+ - run: |
65
gem install cocoapods -v '1.9.3'
66
pod spec lint --quick
67
curl -sSL https://download.sourceclear.com/ci.sh | bash
@@ -125,7 +125,7 @@ jobs:
125
name: ${{ matrix.name }}
126
env:
127
VERSION: 3.10.1
128
129
wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub
130
131
Scripts/${{ matrix.script }}.sh
0 commit comments