diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-08-21 19:39:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 19:39:46 +0300 |
commit | 8f07f8e233ed5ed6c5a7b6f797d0ee7b18b652e2 (patch) | |
tree | e28e27264c533ebba3b9ad651cfdf5765b6fd639 /.github/workflows | |
parent | b4ed0089d7d1e01403a45af8e12889debf29b0f0 (diff) | |
parent | 1f1ac55f5a69ab15844dab3cc33d6a60f9f47444 (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.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 }} |