We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02cbc5 commit e5f3d0bCopy full SHA for e5f3d0b
.github/workflows/buildmajor.yml
@@ -194,10 +194,9 @@ jobs:
194
path: swift-system
195
- name: Build swift-system
196
shell: bash
197
- if: false # needs https://github.com/apple/swift-system/pull/225
198
working-directory: swift-system
199
run: |
200
- ${{ steps.setup-toolchain-android.outputs.swift-build }} --build-tests
+ ${{ steps.setup-toolchain-android.outputs.swift-build }} # --build-tests # tests need https://github.com/apple/swift-system/pull/225
201
202
- name: Checkout swift-collections
203
uses: actions/checkout@v4
0 commit comments