Skip to content

Commit c8ec3e0

Browse files
committed
Update build.yml
1 parent c327a9e commit c8ec3e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

Libraries/ControlR.Libraries.NativeInterop.Unix/Linux/PipeWireStream.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)