Skip to content

Commit

Permalink
libasan only almalinux
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Dec 16, 2024
1 parent 7b6be1b commit 1f93edf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,10 @@ jobs:
- name: install ROS 2
uses: ros-tooling/setup-ros@v0.7

- name: ros-dev-tools (ubuntu)
if: ${{ matrix.distribution == 'ubuntu' }}
run: |
apt update
apt -y install ros-dev-tools libasan
- name: ros-dev-tools (almalinux)
- name: libasan (almalinux)
if: ${{ matrix.distribution == 'almalinux'}}
run: |
dnf -y install ros-dev-tools libasan
dnf -y install libasan
- name: build and test
uses: ros-tooling/action-ros-ci@v0.3
Expand Down

0 comments on commit 1f93edf

Please sign in to comment.