diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 17:59:05 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 17:59:05 +1100 |
commit | 32f6d28d057a9c8bc8562259766eca06adbc8471 (patch) | |
tree | 6fa66133acb02d4ee8078ef763dba630f433776b /.github | |
parent | aa1d559854a01bbd4cbc6e5d27ca075ab2d9a7c0 (diff) |
trying again
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4211cbd..490eef5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,10 +89,10 @@ jobs: build_linux: name: Build OpenStarbound Linux x86_64 - runs-on: ubuntu-20.04 - #env: - # CC: clang - # CXX: clang++ + runs-on: ubuntu-22.04 + env: + CC: clang + CXX: clang++ steps: - name: Install Packages |