Skip to content

Commit c20eb0b

Browse files
committed
try2
1 parent 89d9595 commit c20eb0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ jobs:
55
runs-on: ubuntu-22.04
66
steps:
77
- uses: actions/checkout@v4
8-
- name: enviroment setup
98
- run: |
109
export ROVERFLAKE_ROOT="${GITHUB_WORKSPACE}"
1110
yes | ./setup_scripts/setup_everything_common.sh
12-
- name: build
11+
- name: enviroment setupg
1312
- run: |
1413
cd $ROVERFLAKE_ROOT
1514
colcon build --symlink-install
15+
- name: build
1616
- name: Notify Discord (success)
1717
if: ${{ success() }}
1818
uses: appleboy/[email protected]

0 commit comments

Comments
 (0)