Skip to content

Commit

Permalink
Add name to mirror workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 committed Nov 5, 2024
1 parent 86b2bbe commit 75cc82c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

# .github/workflows/mirror.yml
name: mirror

on:
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/scripts/linux_source_installation.bash
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ sudo apt update && sudo apt install -y \
python3-rosdep \
python3-setuptools \
python3-vcstool \
libqt5websockets5-dev \
libqt5x11extras5-dev \
wget
##!

Expand Down Expand Up @@ -128,6 +126,8 @@ sudo apt update && sudo apt install -y \
qtbase5-dev \
qtdeclarative5-dev \
qtquickcontrols2-5-dev \
libqt5websockets5-dev \
libqt5x11extras5-dev \
swig4.1
##!

Expand Down

0 comments on commit 75cc82c

Please sign in to comment.