Adding manifest file #20

Merged
kdeng00 merged 8 commits from vcpkg_building into master 2023-08-04 21:05:35 -04:00
Showing only changes of commit 42dcbb87ed - Show all commits
+4
View File
@@ -41,6 +41,10 @@ jobs:
shell: bash
- 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 }}' "
- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: List $RUNNER_WORKSPACE after build
run: find $RUNNER_WORKSPACE
shell: bash