diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 16:06:10 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 16:06:10 +1100 |
commit | aa1d559854a01bbd4cbc6e5d27ca075ab2d9a7c0 (patch) | |
tree | 25b948732e04b96c0735ee5291008746bc72062d /.github | |
parent | 6076746ff3fa76e63d953d41885a7d2f843a780e (diff) |
okay libsystemd doesn't compile on clang right now :(
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c14a3d..4211cbd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,9 +90,9 @@ jobs: build_linux: name: Build OpenStarbound Linux x86_64 runs-on: ubuntu-20.04 - env: - CC: clang - CXX: clang++ + #env: + # CC: clang + # CXX: clang++ steps: - name: Install Packages |