We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7333cac commit 6b899b0Copy full SHA for 6b899b0
.github/workflows/ci.yml
@@ -27,8 +27,6 @@ jobs:
27
run: xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15" -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
28
windows:
29
runs-on: windows-latest
30
- # disabled until https://github.com/compnerd/swift-build/issues/909 is fixed
31
- if: false
32
steps:
33
- uses: compnerd/gha-setup-swift@main
34
with:
0 commit comments