Skip to content

Commit 58ca4d8

Browse files
No need to upgrade firefox (#293)
1 parent 2ddc4c2 commit 58ca4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-ros-tooling-source-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: prereq
4444
run: |
4545
command -v sudo >/dev/null 2>&1 || (apt update && apt install -y sudo)
46-
DEBIAN_FRONTEND=noninteractive sudo apt update && sudo apt upgrade -y
46+
DEBIAN_FRONTEND=noninteractive sudo apt update && sudo apt-mark hold firefox && sudo apt upgrade -y
4747
echo "need_node=$(command -v node >/dev/null 2>&1 && echo 0 || echo 1)" >> $GITHUB_OUTPUT
4848
4949
# needed for github actions, and only if a bare ubuntu image is used

0 commit comments

Comments
 (0)