From 5d02c47b867d821ce125e19992aabe476f331ea5 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Fri, 4 Aug 2023 21:03:02 -0400 Subject: [PATCH] Workflow fix --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 3b38d5f..a2fcccc 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -41,9 +41,9 @@ 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 + # - name: Build # Build your program with the given configuration - run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} + # run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - name: List $RUNNER_WORKSPACE after build run: find $RUNNER_WORKSPACE