summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-08-21 19:39:46 +0300
committerGitHub <noreply@github.com>2024-08-21 19:39:46 +0300
commit8f07f8e233ed5ed6c5a7b6f797d0ee7b18b652e2 (patch)
treee28e27264c533ebba3b9ad651cfdf5765b6fd639 /.github/workflows
parentb4ed0089d7d1e01403a45af8e12889debf29b0f0 (diff)
parent1f1ac55f5a69ab15844dab3cc33d6a60f9f47444 (diff)
Merge pull request #2377 from Nicky-D/marchcat/b-develop
Reenable Linux build
Diffstat (limited to '.github/workflows')
-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 }}