From 8091176c1f7ebb67f1016b12ff9bd203d921a967 Mon Sep 17 00:00:00 2001 From: Davide Nardi <93198865+Hydran00@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:32:24 +0100 Subject: [PATCH] Update main.yml removed libgomp-dev --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1aa5f12..d56fe0a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: # Step 2: Install additional dependencies - name: Install Dependencies - run: sudo apt-get update && sudo apt-get install -y libpciaccess-dev libomp-dev libgomp1-dev + run: sudo apt-get update && sudo apt-get install -y libpciaccess-dev libomp-dev # Step 4: Build and process each ROS package - name: Build and Process ROS Package @@ -34,4 +34,4 @@ jobs: with: package-name: ${{ matrix.package-name }} target-ros2-distro: humble - skip-tests: true \ No newline at end of file + skip-tests: true