Skip to content

Commit e548761

Browse files
committed
Update github actions
1 parent 8514ce7 commit e548761

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/Checks.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,3 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- name: Run lint
1919
run: pod lib lint --allow-warnings
20-
swift-pm:
21-
runs-on: macos-11
22-
23-
steps:
24-
- uses: maxim-lobanov/setup-xcode@v1.1
25-
with:
26-
xcode-version: "13.1"
27-
- uses: actions/checkout@v2
28-
- name: Build
29-
run: swift build -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphoneos --show-sdk-path`" -Xswiftc "-target" -Xswiftc "arm64-apple-ios15.0"

0 commit comments

Comments
 (0)