We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8514ce7 commit e548761Copy full SHA for e548761
1 file changed
.github/workflows/Checks.yml
@@ -17,13 +17,3 @@ jobs:
17
- uses: actions/checkout@v2
18
- name: Run lint
19
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