Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 10, 2024
1 parent cd77caf commit 16618f5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,16 +317,13 @@ jobs:
run: ls -la ${{ github.workspace }}/packages/

- name: DEBUG PLEASE IGNORE
run: ls -la ${{ github.workspace }}/packages/installed/
run: ls -la ${{ github.workspace }}/packages/arm64-android/installed

- name: DEBUG PLEASE IGNORE
run: ls -la ${{ github.workspace }}/packages/installed/arm64-android/

- name: DEBUG PLEASE IGNORE
run: ls -la ${{ github.workspace }}/packages/installed/arm64-android/openssl
run: ls -la ${{ github.workspace }}/packages/arm64-android/installed/openssl

- name: Set OPENSSL_DIR
run: echo "OPENSSL_DIR=${{ github.workspace }}/packages/installed/arm64-android/openssl" >> $GITHUB_ENV
run: echo "OPENSSL_DIR=${{ github.workspace }}/packages/arm64-android/installed/openssl" >> $GITHUB_ENV

- name: Setup Android SDK
uses: android-actions/setup-android@v3
Expand Down

0 comments on commit 16618f5

Please sign in to comment.