Skip to content

Commit

Permalink
Update .github/workflows/windows-vcpkg.yml
Browse files Browse the repository at this point in the history
Co-authored-by: G.A. vd. Hoorn <[email protected]>
  • Loading branch information
traversaro and gavanderhoorn authored Jun 1, 2020
1 parent de042af commit 43f15cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Configure the project
shell: bash
run: |
mkdir build
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake ..
cmake --build . --config Release
Expand Down

0 comments on commit 43f15cc

Please sign in to comment.