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 f59536f commit a434315
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 @@ -147,6 +147,8 @@ jobs:
run: |
cmake ${{ matrix.os == 'ubuntu-latest' && 'CMakeLists.txt' || 'CMakeLists.txt' }}
${{ matrix.os == 'ubuntu-latest' && 'make' || 'cmake --build' }} ${{ matrix.os == 'windows-latest' && steps.strings.outputs.build-output-dir || '' }} ${{ matrix.os == 'windows-latest' && '--config' || '' }} ${{ matrix.os == 'windows-latest' && matrix.build_type || '' }}
cd ${{ matrix.os == 'windows-latest' && steps.strings.outputs.build-output-dir || '' }}
dir
cd ${{ matrix.os == 'windows-latest' && matrix.build_type || '' }}
dir
Expand Down

0 comments on commit a434315

Please sign in to comment.