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