Skip to content

Commit

Permalink
test build env
Browse files Browse the repository at this point in the history
  • Loading branch information
AuTsing committed Sep 3, 2024
1 parent bae87ad commit dda1107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
BINDGEN_EXTRA_CLANG_ARGS_aarch64_linux_android: '--sysroot=${{ github.workspace }}/third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot'
DEP_Z_INCLUDE: '${{ github.workspace }}/third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include'
run: |
ls $BINDGEN_EXTRA_CLANG_ARGS_aarch64_linux_android
ls /home/runner/work/rusty_v8_builder/rusty_v8_builder/third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot
cargo build -vv --locked ${{ env.CARGO_VARIANT_FLAG }} --target ${{ matrix.config.target }}
- name: Prepare Release
Expand Down

0 comments on commit dda1107

Please sign in to comment.