File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 if : runner.os == 'Linux'
3838 run : |
3939 wget -O ./webots.deb \
40- https://github.com/cyberbotics/webots/releases/download/R2023b/webots_2023b_amd64 .deb
40+ https://github.com/cyberbotics/webots/releases/download/R2025a/webots_2025a_amd64 .deb
4141 sudo apt-get install --yes ./webots.deb
4242 - name : Download & extract Webots (Windows)
4343 # Windows install was problematic so we just extract the python library for typehints
@@ -46,14 +46,14 @@ jobs:
4646 run : |
4747 mkdir stubs
4848 C:\\msys64\\usr\\bin\\wget.exe -O ./webots.tar.bz2 \
49- https://github.com/cyberbotics/webots/releases/download/R2023b /webots-R2023b -x86-64.tar.bz2
49+ https://github.com/cyberbotics/webots/releases/download/R2025a /webots-R2025a -x86-64.tar.bz2
5050 C:\\msys64\\usr\\bin\\tar.exe xvf webots.tar.bz2 --strip-components=4 \
5151 --directory=stubs webots/lib/controller/python/controller
5252 - name : Download & install Webots (macOS)
5353 if : runner.os == 'macOS'
5454 run : |
5555 wget -O ./webots.dmg \
56- https://github.com/cyberbotics/webots/releases/download/R2023b /webots-R2023b .dmg
56+ https://github.com/cyberbotics/webots/releases/download/R2025a /webots-R2025a .dmg
5757 hdiutil mount ./webots.dmg
5858 sudo cp -R /Volumes/Webots/Webots.app /Applications
5959 hdiutil unmount /Volumes/Webots
You can’t perform that action at this time.
0 commit comments