Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 763e438

Browse files
committed
Fix ci issues
1 parent dda1421 commit 763e438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
apt update
7676
apt install -y python3-pip
77-
pip3 install ros-license-toolkit==1.2.2
77+
pip3 install --break-system-packages ros-license-toolkit==1.2.2
7878
apt install -y golang-go
7979
go version
8080
go install github.com/google/addlicense@v1.1.1

0 commit comments

Comments
 (0)