Skip to content

Commit

Permalink
[skip-ci] Fix typo in ubuntu-isolated.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-trinh committed Feb 4, 2024
1 parent 2a98324 commit b771cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-isolated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Remove some packages to emulate the ROS2 Jenkins environment
# X11: https://raspberrypi.stackexchange.com/a/92334
# Java: https://askubuntu.com/a/185531
name: Remove packages
- name: Remove packages
run: |
sudo apt-get install libomp-dev
sudo apt purge --auto-remove 'x11-*'
Expand Down

0 comments on commit b771cb8

Please sign in to comment.