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 5406812 commit cd77caf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,22 +311,22 @@ jobs:
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'

- name: Install using vcpkg
run: vcpkg install --triplet arm64-android --x-install-root ${{ github.workspace }}/vcpkg/
run: vcpkg install --triplet arm64-android --x-install-root ${{ github.workspace }}/packages

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

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

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

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

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

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

0 comments on commit cd77caf

Please sign in to comment.