Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed Sep 27, 2024
1 parent d861f1d commit 8be17e6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,25 @@ on:
- main
pull_request:

env:
CORTEX_PATH: ${{ github.workspace }}/cortex

jobs:
build:
runs-on: ubuntu-22.04
container:
image: grupoavispa/cortex:development-ros-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.6
- name: Setup ROS 2
uses: ros-tooling/setup-ros@0.7.5
with:
required-ros-distributions: humble
- name: Install Cortex
run: |
cd $CORTEX_PATH
curl -o https://raw.githubusercontent.com/grupo-avispa/cortex/development/installation.sh
chmod +x dependencies.sh
./installation.sh
- name: Install dependencies
uses: ros-tooling/action-ros-ci@0.3.13
with:
Expand Down

0 comments on commit 8be17e6

Please sign in to comment.