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 b1d16d8 commit d48a6c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,12 @@ jobs:
- name: Install using vcpkg.json
run: vcpkg install --triplet arm64-android

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

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

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

Expand Down

0 comments on commit d48a6c9

Please sign in to comment.