We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddc4c2 commit 58ca4d8Copy full SHA for 58ca4d8
.github/workflows/reusable-ros-tooling-source-build.yml
@@ -43,7 +43,7 @@ jobs:
43
id: prereq
44
run: |
45
command -v sudo >/dev/null 2>&1 || (apt update && apt install -y sudo)
46
- DEBIAN_FRONTEND=noninteractive sudo apt update && sudo apt upgrade -y
+ DEBIAN_FRONTEND=noninteractive sudo apt update && sudo apt-mark hold firefox && sudo apt upgrade -y
47
echo "need_node=$(command -v node >/dev/null 2>&1 && echo 0 || echo 1)" >> $GITHUB_OUTPUT
48
49
# needed for github actions, and only if a bare ubuntu image is used
0 commit comments