Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
matrix:
vs-toolset:
- 'v142'
- 'v143'
steps:
- name: Sync eProsima/Fast-DDS repository
uses: eProsima/eProsima-CI/external/checkout@v0
Expand Down Expand Up @@ -160,6 +161,7 @@ jobs:
matrix:
vs-toolset:
- 'v142'
- 'v143'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the toolset to the name of the test job in line 157

cmake_build_type:
- ${{ inputs.cmake-config }}
test_filter:
Expand Down
Loading