From 65d232fc9ed7b61238533dcbf5a5442c5bb6fcf1 Mon Sep 17 00:00:00 2001 From: Lucas Walter Date: Sun, 11 Feb 2024 16:18:58 -0800 Subject: [PATCH] Fix compound if ubuntu_22_04.yml --- .github/workflows/ubuntu_22_04.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu_22_04.yml b/.github/workflows/ubuntu_22_04.yml index c933235..6217b43 100644 --- a/.github/workflows/ubuntu_22_04.yml +++ b/.github/workflows/ubuntu_22_04.yml @@ -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