Skip to content

Commit

Permalink
Minor updates to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <[email protected]>
  • Loading branch information
ajtudela committed Nov 8, 2024
1 parent ef472de commit 3c6743e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.2
- name: Setup ROS 2
uses: ros-tooling/[email protected].5
uses: ros-tooling/[email protected].9
- name: Install Cortex
run: |
mkdir $CORTEX_PATH && cd $CORTEX_PATH
curl -o installation.sh https://raw.githubusercontent.com/grupo-avispa/cortex/development/installation.sh
chmod +x installation.sh
./installation.sh
- name: Install dependencies
uses: ros-tooling/[email protected].13
uses: ros-tooling/[email protected].15
with:
package-name:
dsr_ros
Expand Down

0 comments on commit 3c6743e

Please sign in to comment.