Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
removed libgomp-dev
  • Loading branch information
Hydran00 authored Dec 12, 2024
1 parent 180b5e7 commit 8091176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ 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
uses: ros-tooling/[email protected]
with:
package-name: ${{ matrix.package-name }}
target-ros2-distro: humble
skip-tests: true
skip-tests: true

0 comments on commit 8091176

Please sign in to comment.