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 0fe2c4d commit 20dc18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
cmake ${{ matrix.os == 'ubuntu-latest' && 'CMakeLists.txt' || 'CMakeLists.txt -G "MinGW Makefiles"' }}
dir
dir build
make
${{ matrix.os == 'ubuntu-latest && 'make' || 'mingw64-make' }}
- name: Upload artifact
uses: actions/upload-artifact@v3.1.3
Expand Down

0 comments on commit 20dc18f

Please sign in to comment.