diff options
author | Nicky <nicky.dasmijn@posteo.nl> | 2024-07-26 16:26:14 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@posteo.nl> | 2024-07-26 16:46:01 +0200 |
commit | e6eb39b34cfaab5425dd57e88c734c1d6bb8460d (patch) | |
tree | 27171f105f8d12b802144d5456135ec503ffe312 /.github/workflows/build.yaml | |
parent | c363e5bcf3e0cc60ee782d2ad82a8687e8a85cad (diff) |
Re-enable Linux build
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 843d655832..4a831702d7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,8 +45,7 @@ jobs: needs: setvar strategy: matrix: - # runner: [windows-large, macos-12-xl, linux-large] - runner: [windows-large, macos-12-xl] + runner: [windows-large, macos-12-xl, linux-large] configuration: [Release, ReleaseOS] Linden: [true] include: |