File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Libraries/ControlR.Libraries.NativeInterop.Unix/Linux Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -430,14 +430,13 @@ jobs:
430430
431431 build-web-server :
432432 name : Build Web Server
433- runs-on : ${{ inputs.use_self_hosted_runners && fromJson('["self-hosted","fast "]') || fromJson('["ubuntu-latest"]') }}
433+ runs-on : ${{ inputs.use_self_hosted_runners && fromJson('["self-hosted","Windows "]') || fromJson('["ubuntu-latest"]') }}
434434 needs :
435435 [
436+ run-tests,
436437 build-windows-binaries,
437438 build-linux-binaries,
438439 build-mac-binaries,
439- run-tests,
440- build-nugets
441440 ]
442441
443442 steps :
Original file line number Diff line number Diff line change @@ -350,6 +350,7 @@ private void StartReadingGstreamerOutput()
350350 _logger . LogError ( ex , "Error in capture loop iteration" ) ;
351351 }
352352
353+ _logger . LogInformation ( "GStreamer reading ended." ) ;
353354 }
354355 }
355356}
You can’t perform that action at this time.
0 commit comments