summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yaml6
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 }}