@@ -201,6 +201,7 @@ jobs:
201201 jqtrpi32arm :
202202 needs : all
203203 name : JQtide (Linux arm32)
204+ if : ${{ false }}
204205 runs-on : ubuntu-24.04-arm
205206 steps :
206207 - name : Check Git repository
@@ -235,13 +236,10 @@ jobs:
235236 jqtrpi32 :
236237 needs : all
237238 name : JQtide (Raspberry-arm32)
238- if : ${{ false }}
239239 runs-on : ubuntu-latest
240240 steps :
241241 - name : Check Git repository
242242 uses : actions/checkout@v4
243- with :
244- submodules : recursive
245243
246244 - name : Install Qt, Compile JQtide
247245 uses : pguyot/arm-runner-action@v2
@@ -253,6 +251,9 @@ jobs:
253251 copy_artifact_path : output
254252 commands : |
255253 export CC=gcc
254+ sudo apt-get update -y
255+ sudo apt-cache search qt5 1>&2
256+ sudo apt-cache search qt6 1>&2
256257 script/installqt.sh raspberry armv6l '5.15.2'
257258 script/makelinux.sh raspberry armv6l '5.15.2'
258259 find output -type d -exec chmod a+rwx {} \;
@@ -634,7 +635,8 @@ jobs:
634635 name : Run Webhook
635636 runs-on : ubuntu-22.04
636637# needs: [jqtlinux, jqtmacos, jqtrpi64, jqtwin, jqtwinarm64, jqtfreebsd2, jqtopenbsd, jqtios, jqtwasm ]
637- needs : [jqtlinux, jqtmacos, jqtrpi64arm, jqtwin, jqtwinarm64, jqtrpi32arm, jqtfreebsd2, jqtopenbsd ]
638+ # needs: [jqtlinux, jqtmacos, jqtrpi64arm, jqtwin, jqtwinarm64, jqtrpi32arm, jqtfreebsd2, jqtopenbsd ]
639+ needs : [jqtlinux, jqtmacos, jqtrpi64arm, jqtwin, jqtwinarm64, jqtrpi32, jqtfreebsd2, jqtopenbsd ]
638640 steps :
639641 - name : update server
640642 uses : distributhor/workflow-webhook@v2
0 commit comments