File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 export JAVA_HOME=/usr/lib/jvm/java-${{ matrix.JAVA_VERSION }}-openjdk-amd64
6666 export PATH=$JAVA_HOME/bin:$PATH
6767 export LIBGL_ALWAYS_SOFTWARE=true
68- xvfb-run --auto-servernum make distrib -j4
68+ xvfb-run --auto-servernum make debug -j4
6969 - name : Create/Update GitHub release
7070 if : ${{ matrix.os == 'ubuntu-22.04' && (github.event_name == 'push' || github.event_name == 'schedule') }}
7171 run : |
Original file line number Diff line number Diff line change 5353 run : |
5454 export JAVA_HOME="$(/usr/libexec/java_home -v 16)"
5555 export PATH=/Library/Frameworks/Python.framework/Versions/3.11/bin:/usr/local/bin/:$PATH
56- make distrib -j4
56+ make debug -j4
5757 - name : Create/Update GitHub release
5858 if : ${{ (github.event_name == 'push' || github.event_name == 'schedule') }}
5959 run : |
Original file line number Diff line number Diff line change 7878 - name : Webots Package Creation
7979 run : |
8080 export WEBOTS_HOME=$GITHUB_WORKSPACE
81- make distrib -j4
81+ make debug -j4
8282 - name : Create/Update GitHub release
8383 if : ${{ (github.event_name == 'push' || github.event_name == 'schedule') }}
8484 run : |
You can’t perform that action at this time.
0 commit comments