Skip to content

Commit

Permalink
Fix compound if ubuntu_22_04.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw authored Feb 12, 2024
1 parent 19bcdb1 commit 65d232f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_22_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
source ${{ matrix.build_type }}/setup.bash
- name: build rviz_map_plugin
if: ${{ matrix.build_all == 'full' }} && ${{ matrix.build_type == 'install' }}
if: ${{ matrix.build_all == 'full' && matrix.build_type == 'install' }}
run: |
cd ${{ matrix.build_type }}_base_catkin_ws
source ${{ matrix.build_type }}/setup.bash
Expand Down

0 comments on commit 65d232f

Please sign in to comment.