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 8, 2023
1 parent acce089 commit f5a70f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ 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 ${{ matrix.os == 'ubuntu-latest' && 'CMakeLists.txt' || 'CMakeLists.txt -G "MinGW Makefiles"' }}
${{ matrix.os == 'ubuntu-latest' && 'make' || 'mingw32-make' }}
cmake ${{ matrix.os == 'ubuntu-latest' && 'CMakeLists.txt' || 'CMakeLists.txt -G "MinGW Makefiles" -S ${{ github.workspace }} -B ${{ steps.strings.outputs.build-output-dir }}' }}
make
- name: Upload artifact
uses: actions/upload-artifact@v3.1.3
Expand Down

0 comments on commit f5a70f4

Please sign in to comment.