We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8071ba commit f551ad8Copy full SHA for f551ad8
.github/workflows/pull_request.yml
@@ -89,6 +89,8 @@ jobs:
89
#${{ steps.paths.outputs.swift-path }} build --build-tests --swift-sdk x86_64-unknown-linux-android
90
${{ steps.paths.outputs.swift-path }} build --swift-sdk x86_64-unknown-linux-android
91
- name: Build swift-algorithms
92
+ # TODO: fix <unknown>:0: error: missing required module 'SwiftAndroid'
93
+ if: false
94
run: |
95
cd ${{ runner.temp }}
96
git clone https://github.com/apple/swift-algorithms.git
0 commit comments