diff options
author | Rye <rye@lindenlab.com> | 2024-10-03 14:43:15 -0700 |
---|---|---|
committer | Rye <rye@lindenlab.com> | 2024-10-03 14:43:15 -0700 |
commit | 736cc7ea19b984216834b5b95ed66a18d94cd79b (patch) | |
tree | 0498eee54e7681546f3b60ae07df751d10ef53ec /.github | |
parent | b33beb0fdb503544b1fd26da0341d5b406ffd8e4 (diff) |
Update havok packages and enable linux64 Release builds
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1804da749f..d69cfc78e3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,11 +46,8 @@ jobs: needs: setup strategy: matrix: - runner: [windows-large, macos-12-xl] + runner: [windows-large, macos-12-xl, linux-large] configuration: ${{ fromJSON(needs.setup.outputs.configurations) }} - include: - - runner: linux-large - configuration: ReleaseOS runs-on: ${{ matrix.runner }} outputs: viewer_channel: ${{ steps.build.outputs.viewer_channel }} |