Temporary fix for CI until #96 is resolved.
This commit is contained in:
parent
a02a78fbf0
commit
33b82da466
|
|
@ -5,6 +5,10 @@
|
||||||
# run rustup to test with latest rust version
|
# run rustup to test with latest rust version
|
||||||
rustup update
|
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
|
if [ -e "/opt/ros/iron/setup.bash" ]; then
|
||||||
source "/opt/ros/iron/setup.bash"
|
source "/opt/ros/iron/setup.bash"
|
||||||
elif [ -e "/opt/ros/humble/setup.bash" ]; then
|
elif [ -e "/opt/ros/humble/setup.bash" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue