Skip to content

Commit

Permalink
chore(ci): fix source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
O-Tom authored Sep 27, 2024
1 parent c932b4a commit 6df383e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# The Git commit id of vcpkg to be checked out. This is only needed because we are not using a submodule.
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'
# The vcpkg.json file, which will be part of cache key computation.
vcpkgJsonGlob: '${{ runner.workspace }}/vcpkg.json'
vcpkgJsonGlob: '${{ github.workspace }}/vcpkg.json'

- name: Prints output of run-vcpkg's action
run: echo "root='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}', triplet='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_DEFAULT_TRIPLET_OUT }}'"
Expand Down

0 comments on commit 6df383e

Please sign in to comment.