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 b154b33 commit 63d9b7fCopy full SHA for 63d9b7f
.github/workflows/pull_request.yml
@@ -87,6 +87,9 @@ jobs:
87
run: |
88
${{ steps.paths.outputs.swift-path }} sdk install ${{ steps.paths.outputs.artifact-path }}
89
${{ steps.paths.outputs.swift-path }} sdk configure --show-configuration $(${{ steps.paths.outputs.swift-path }} sdk list | head -n 1) x86_64-unknown-linux-android28
90
+ # recent releases require that ANDROID_NDK_ROOT *not* be set
91
+ # see https://github.com/finagolfin/swift-android-sdk/issues/207
92
+ echo "ANDROID_NDK_ROOT=" >> $GITHUB_ENV
93
- name: Build swift-algorithms
94
95
cd ${{ runner.temp }}
0 commit comments