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 eeaff46 commit 5406812
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,13 @@ jobs:
- name: Install vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'

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

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

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

0 comments on commit 5406812

Please sign in to comment.