Skip to content

Commit 0446330

Browse files
committed
fix CI
1 parent efc161b commit 0446330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3131

3232
- name: Compile binary
33-
run: C:\dev\jazzy\ros2-windows\local_setup.bat ; cargo build --release
33+
run: C:\dev\jazzy\ros2-windows\local_setup.ps1 ; cargo build --release
3434

3535
- name: Upload artifact
3636
uses: actions/upload-artifact@v4
@@ -63,7 +63,7 @@ jobs:
6363
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
6464

6565
- name: Compile binary
66-
run: source /opt/ros/rolling/local_setup.bash ; cargo build --release
66+
run: source /opt/ros/jazzy/local_setup.bash ; cargo build --release
6767

6868
- name: Upload artifact
6969
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)