Skip to content

Commit

Permalink
bru
Browse files Browse the repository at this point in the history
  • Loading branch information
J0w03L authored Oct 5, 2023
1 parent 93883d0 commit a6568e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ jobs:
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
#run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
run: |
cmake
cmake CMakeLists.txt
cmake CMakeLists.txt --build
dir
dir build
make all
Expand Down

0 comments on commit a6568e6

Please sign in to comment.