Skip to content

Commit

Permalink
Using comms v5.2.7, cc_tools_qt v5.3.3, cc.mqtt5.generated v2.9, cc.m…
Browse files Browse the repository at this point in the history
…qtt5.libs v1.0.1 on github actions.
  • Loading branch information
arobenko committed Sep 28, 2024
1 parent 999f8ac commit b651843
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Github Actions Build
on: [push]

env:
COMMS_TAG: develop
CC_TOOLS_QT_TAG: develop
CC_MQTT5_GENERATED_TAG: develop
CC_MQTT5_LIBS_TAG: develop
COMMS_TAG: v5.2.7
CC_TOOLS_QT_TAG: v5.3.3
CC_MQTT5_GENERATED_TAG: v2.9
CC_MQTT5_LIBS_TAG: v1.0.1

jobs:

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project ("cc_tools_plugin_mqtt5_client_filter")

# Available options
option (OPT_WARN_AS_ERR "Treat warning as error" ON)
option (OPT_USE_CCACHE "Use ccache on UNIX systems if it's available" OFF)
option (OPT_USE_CCACHE "Use ccache if it's available" OFF)
option (OPT_WITH_DEFAULT_SANITIZERS "Build with sanitizers" OFF)

# Extra configuration variables
Expand Down

0 comments on commit b651843

Please sign in to comment.