Skip to content

Commit

Permalink
Fixing to github actions configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Dec 28, 2024
1 parent 09035d3 commit 25ab8a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,10 @@ jobs:
run: |
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{matrix.type}} -DCMAKE_INSTALL_PREFIX=install \
-DCMAKE_PREFIX_PATH=${{runner.workspace}}/build/install -DCMAKE_CXX_STANDARD=${{matrix.cpp}} \
-DMQTT311_GEN_PROTOCOL=ON -DMQTT311_GEN_TEST=ON -DMQTT311_GEN_TOOLS=ON -DMQTT311_BUILD_TOOLS=${{env.BUILD_TOOLS}}
-DMQTT311_GEN_PROTOCOL=ON -DMQTT311_GEN_TEST=ON
env:
CC: clang-${{matrix.cc_ver}}
CXX: clang++-${{matrix.cc_ver}}
BUILD_TOOLS: "${{ matrix.cpp == 17 && 'ON' || 'OFF' }}"

- name: Build Target
working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit 25ab8a4

Please sign in to comment.