Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
J0w03L authored Oct 5, 2023
1 parent a6568e6 commit 0fe2c4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,10 @@ 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
cmake ${{ matrix.os == 'ubuntu-latest' && 'CMakeLists.txt' || 'CMakeLists.txt -G "MinGW Makefiles"' }}
dir
dir build
make all
make
- name: Upload artifact
uses: actions/upload-artifact@v3.1.3
Expand Down

0 comments on commit 0fe2c4d

Please sign in to comment.