We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9fb48 commit 89d9595Copy full SHA for 89d9595
.github/workflows/test.yaml
@@ -5,9 +5,11 @@ jobs:
5
runs-on: ubuntu-22.04
6
steps:
7
- uses: actions/checkout@v4
8
+ - name: enviroment setup
9
- run: |
10
export ROVERFLAKE_ROOT="${GITHUB_WORKSPACE}"
11
yes | ./setup_scripts/setup_everything_common.sh
12
+ - name: build
13
14
cd $ROVERFLAKE_ROOT
15
colcon build --symlink-install
0 commit comments