diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bb52189..c9af0c3 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -28,11 +28,12 @@ jobs: with: submodules: true - - name: Boostrap Vcpkg - - if: runner.os == 'Windows' - run: ${{github.workspace}}\external\vcpkg\bootstrap-vcpkg.bat -disableMetrics - - if: runner.os != 'Windows' - run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics + - if: runner.os == 'Windows' + name: Boostrap Vcpkg + run: ${{github.workspace}}\external\vcpkg\bootstrap-vcpkg.bat -disableMetrics + - if: runner.os != 'Windows' + name: Boostrap Vcpkg + run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.sh -disableMetrics #- if: runner.os == 'Windows' # name: Install packaged dependencies