Skip to content

Commit

Permalink
Merge branch 'main' of github.com:baderouaich/tgbotxx
Browse files Browse the repository at this point in the history
  • Loading branch information
baderouaich committed Sep 30, 2023
2 parents b2b0cef + c6efea9 commit 6a35a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: |
md cmake-build-debug && cd cmake-build-debug
cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON
make tests/all
make -j%NUMBER_OF_PROCESSORS%
make test

0 comments on commit 6a35a2b

Please sign in to comment.