Skip to content

Commit

Permalink
Refs #18687. Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
richiware committed Sep 12, 2023
1 parent e9c578a commit 794e549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- uses: ./src/fastddsgen/.github/actions/install-python-packages
- uses: ./src/fastddsgen/.github/actions/fetch-fastddsgen-repos
with:
foonathan-memory-vendor-branch: '${{ github.event.inputs.foonathan_memory_vendor_branch }}'
fastcdr-branch: '${{ github.event.inputs.fastcdr_branch }}'
fastdds-branch: '${{ github.event.inputs.fastdds_branch }}'
foonathan-memory-vendor-branch: ${{ github.event.inputs.foonathan_memory_vendor_branch }}
fastcdr-branch: ${{ github.event.inputs.fastcdr_branch }}
fastdds-branch: ${{ github.event.inputs.fastdds_branch }}

- name: Get minimum supported version of CMake
uses: lukka/get-cmake@latest
Expand Down

0 comments on commit 794e549

Please sign in to comment.