Skip to content

Commit

Permalink
Update github 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 Apr 6, 2024
1 parent 5023864 commit 00b6302
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- main
pull_request:

env:
MIRA_PATH: ${{ github.workspace }}/mira
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:${{ github.workspace }}/mira

jobs:
build:
runs-on: ubuntu-22.04
Expand All @@ -20,9 +24,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install MIRA
run: ./.github/mira-installer-binary.sh -s ubuntu-2204lts-x64 -d mira
- name: MIRA Environment
run: source $(pwd)/mira/start.bash
run: ./.github/mira-installer-binary.sh -s ubuntu-2204lts-x64 -d ${{ github.workspace }}/mira
- name: Setup ROS 2
uses: ros-tooling/setup-ros@v0.7
with:
Expand Down

0 comments on commit 00b6302

Please sign in to comment.