Skip to content

Commit

Permalink
Restore erroneously removed --build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
daehlith committed Feb 21, 2022
1 parent 25678f7 commit 950917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
run: cmake --preset "ninja-multi-config" -DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake
- name: Build
run: cmake --preset "ninja-multi-config-release"
run: cmake --build --preset "ninja-multi-config-release"
- name: Test
run: ctest --preset "ninja-multi-config-release"

0 comments on commit 950917f

Please sign in to comment.