Skip to content

Commit

Permalink
[DBG] act workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Dec 30, 2024
1 parent aabd9bd commit 5a56af9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/bloom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
PIP_BREAK_SYSTEM_PACKAGES: 1

steps:
# act workaround
- if: ${{ matrix.distro == 'ubuntu' }}
run: |
apt update
apt -y install nodejs
- if: ${{ matrix.distro == 'almalinux'}}
run: |
dnf -y install nodejs
- uses: actions/checkout@v4

- uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 5a56af9

Please sign in to comment.