Skip to content

Commit

Permalink
Temporary fix for CI until #96 is resolved.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dahl committed May 17, 2024
1 parent a02a78f commit 33b82da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# run rustup to test with latest rust version
rustup update

# temporary fix for CI until #96 is resolved
rustup toolchain install 1.77
rustup default 1.77

if [ -e "/opt/ros/iron/setup.bash" ]; then
source "/opt/ros/iron/setup.bash"
elif [ -e "/opt/ros/humble/setup.bash" ]; then
Expand Down

0 comments on commit 33b82da

Please sign in to comment.