Skip to content

Commit

Permalink
Debug AsyncIOManager
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Jul 8, 2024
1 parent 27bcb79 commit 7fec3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
run: cmake -S build/${{matrix.target}} -B build/${{matrix.target}}/${{matrix.build_type}} -DCMAKE_BUILD_TYPE=${{matrix.build_type}}

- name: Build project
run: cmake --build build/${{matrix.target}}/${{matrix.build_type}} --config ${{matrix.build_type}} -j
run: cmake --build build/${{matrix.target}}/${{matrix.build_type}} --config ${{matrix.build_type}} --target AsyncIOManager -j
2 changes: 1 addition & 1 deletion AsyncIOManager
Submodule AsyncIOManager updated 1 files
+4 −4 CMakeLists.txt

0 comments on commit 7fec3a7

Please sign in to comment.