Skip to content

Commit 421b3dd

Browse files
committed
Using v5.2.1 of the comms library and v6.2 of the commsdsl to generate code.
1 parent 08a55e9 commit 421b3dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ configuration:
1818
- Release
1919

2020
environment:
21-
COMMS_BRANCH: develop
22-
COMMSDSL_BRANCH: develop
21+
COMMS_BRANCH: v5.2.1
22+
COMMSDSL_BRANCH: v6.2
2323
matrix:
2424
- CPP_STD: 11
2525
- CPP_STD: 14

.github/workflows/actions_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Github Actions Build
33
on: [push]
44

55
env:
6-
COMMS_BRANCH: develop
7-
COMMSDSL_BRANCH: develop
6+
COMMS_BRANCH: v5.2.1
7+
COMMSDSL_BRANCH: v6.2
88

99
jobs:
1010

0 commit comments

Comments
 (0)