Skip to content

Commit

Permalink
Improvements in workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderlvov committed Jun 15, 2024
1 parent dee0c23 commit 2f503cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gtest_multiple_platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-S ${{ github.workspace }}
- name: Build
#- name: Build
# 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 --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}

- name: Compile
run: make -f ${{ steps.strings.outputs.build-output-dir }}/Makefile
Expand Down

0 comments on commit 2f503cc

Please sign in to comment.