Skip to content

Commit 2589339

Browse files
committed
fixes.
1 parent f938fea commit 2589339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: maxim-lobanov/setup-xcode@v1
6262
with:
6363
xcode-version: latest-stable
64-
run: |
64+
- run: |
6565
gem install cocoapods -v '1.9.3'
6666
pod spec lint --quick
6767
curl -sSL https://download.sourceclear.com/ci.sh | bash
@@ -125,7 +125,7 @@ jobs:
125125
name: ${{ matrix.name }}
126126
env:
127127
VERSION: 3.10.1
128-
run: |
128+
- run: |
129129
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
130130
gem install cocoapods -v '1.9.3'
131131
Scripts/${{ matrix.script }}.sh

0 commit comments

Comments
 (0)