Skip to content

Commit

Permalink
Using v5.2.2 of the comms library in github actions and appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Dec 7, 2023
1 parent eba7e51 commit 9a260b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configuration:
- Release

environment:
COMMS_BRANCH: develop
COMMS_BRANCH: v5.2.2
CC_MQTT5_BRANCH: v2.5
matrix:
- CPP_STD: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Github Actions Build
on: [push]

env:
COMMS_BRANCH: develop
COMMS_BRANCH: v5.2.2
CC_MQTT5_BRANCH: v2.5

jobs:
Expand Down

0 comments on commit 9a260b7

Please sign in to comment.