Skip to content

Commit

Permalink
Removed duplicated action
Browse files Browse the repository at this point in the history
Signed-off-by: RaulSanchez <raul@eprosima.com>
  • Loading branch information
rsanchez15 committed Nov 3, 2022
1 parent 7e9459c commit 0a7d589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
25 changes: 0 additions & 25 deletions .github/actions/install-apt-packages copy/action.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/actions/install-apt-packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ runs:
- id: install-apt-packages
run: |
sudo apt -y install \
curl \
grep \
libasio-dev \
libtinyxml2-dev \
python3 \
python3-pip \
software-properties-common \
wget \
libasio-dev \
libtinyxml2-dev \
curl \
grep
wget
shell: bash

0 comments on commit 0a7d589

Please sign in to comment.