diff options
author | Nicky <nicky.dasmijn@posteo.nl> | 2024-08-21 12:40:47 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@posteo.nl> | 2024-08-21 12:40:47 +0200 |
commit | 1f1ac55f5a69ab15844dab3cc33d6a60f9f47444 (patch) | |
tree | e28e27264c533ebba3b9ad651cfdf5765b6fd639 /.github/workflows/build.yaml | |
parent | 3ab6f187737de7d459efb33d887dc42b1263f087 (diff) |
Renable Linux builds
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6fe5a75f48..1421b2bd30 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,9 +48,9 @@ jobs: matrix: runner: [windows-large, macos-12-xl] configuration: ${{ fromJSON(needs.setup.outputs.configurations) }} - # include: - # - runner: linux-large - # configuration: ReleaseOS + include: + - runner: linux-large + configuration: ReleaseOS runs-on: ${{ matrix.runner }} outputs: viewer_channel: ${{ steps.build.outputs.viewer_channel }} |