Skip to content

Commit

Permalink
Fix: CI on Windows when trying to check Android
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueaklein committed Jan 6, 2025
1 parent 74240d4 commit f809eec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
run: rustup target add wasm32-unknown-emscripten

- name: Set ABI specific path based on target
if: ${{ matrix.host != 'windows-latest' }}
run: |
if [ "${{ matrix.target }}" = "Android" ]; then
echo "ABI_DIR=/${{ matrix.android_abi }}" >> $GITHUB_ENV
Expand Down

0 comments on commit f809eec

Please sign in to comment.