We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc161b commit 0446330Copy full SHA for 0446330
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
31
32
- name: Compile binary
33
- run: C:\dev\jazzy\ros2-windows\local_setup.bat ; cargo build --release
+ run: C:\dev\jazzy\ros2-windows\local_setup.ps1 ; cargo build --release
34
35
- name: Upload artifact
36
uses: actions/upload-artifact@v4
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
- run: source /opt/ros/rolling/local_setup.bash ; cargo build --release
+ run: source /opt/ros/jazzy/local_setup.bash ; cargo build --release
67
68
69
0 commit comments