Skip to content

Commit

Permalink
Quickfix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Dec 1, 2024
1 parent 1060c16 commit 417833b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup ninja build toolchain
uses: aminya/setup-cpp@v1
with:
ninja: true

- name: Configure
working-directory: asio
run: cmake --preset=ci-sanitize
Expand Down
1 change: 0 additions & 1 deletion asio/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
"ci-std"
],
"generator": "Ninja",
"architecture": "x64",
"hidden": true
},
{
Expand Down

0 comments on commit 417833b

Please sign in to comment.