Skip to content

Commit

Permalink
Try windows CI in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 committed Oct 14, 2024
1 parent f9a0602 commit d3c9394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Configure CMake
# run: cmake -S . -B build -DASIO_INCLUDEDIR=${GITHUB_WORKSPACE}/asio/asio/include -DCLI_BuildTests=ON -DCLI_BuildExamples=ON -DCLI_UseBoostAsio=ON
run: cmake -S . -B build -DCLI_BuildTests=ON -DCLI_BuildExamples=ON -DCLI_UseBoostAsio=ON
run: cmake -S . -B build -DCLI_BuildTests=ON -DCLI_BuildExamples=ON -DCLI_UseBoostAsio=ON

- name: Build
run: cmake --build build --config Release
Expand Down

0 comments on commit d3c9394

Please sign in to comment.