Skip to content

Commit 63d9b7f

Browse files
committed
Swift Androd build
1 parent b154b33 commit 63d9b7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
run: |
8888
${{ steps.paths.outputs.swift-path }} sdk install ${{ steps.paths.outputs.artifact-path }}
8989
${{ 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
9093
- name: Build swift-algorithms
9194
run: |
9295
cd ${{ runner.temp }}

0 commit comments

Comments
 (0)