Skip to content

Commit

Permalink
CI: Remove exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Jul 9, 2024
1 parent e67daa8 commit d30f52a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,10 @@ jobs:
target: default
arch: ${{ matrix.arch.name }}
script: |
export TOOLCHAIN=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64
export SYSROOT=$TOOLCHAIN/sysroot
${{github.workspace}}/.github/scripts/android_test_main.sh ${{github.workspace}}/build $SYSROOT ${{ matrix.arch.triple }}
${{github.workspace}}/.github/scripts/android_test_main.sh \
${{github.workspace}}/build \
${ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/linux-x86_64/sysroot \
${{ matrix.arch.triple }}
# Fake check that can be used as a branch-protection rule.
Expand Down

0 comments on commit d30f52a

Please sign in to comment.