Indentation issue

This commit is contained in:
kdeng00
2023-08-04 21:01:15 -04:00
parent 42dcbb87ed
commit 7abf5d5db2
+2 -2
View File
@@ -42,8 +42,8 @@ jobs:
- 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}}
# 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