Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon authored Jan 17, 2025
1 parent 4c58335 commit 0e6d40d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ jobs:
if: steps.cucumber-cpp.outputs.cache-hit != 'true'
shell: bash
run: |
g++ --version
cd ./cucumber-cpp-src
cmake -B build -DCUKE_ENABLE_BOOST_TEST=ON -DCMAKE_BUILD_TYPE=Release
cmake -B build -DCUKE_ENABLE_BOOST_TEST=ON -DCMAKE_CXX_STANDARD=14 -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
cd "$GITHUB_WORKSPACE"
mkdir -p cucumber-cpp
Expand Down

0 comments on commit 0e6d40d

Please sign in to comment.