diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 15:27:32 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 15:27:32 +1100 |
commit | 7b2ce5155adeea78ce9d9c2d533274d9d0ce2109 (patch) | |
tree | a66ab74330d0aa3ffc0523df8ebad8ee625511a0 /.github | |
parent | 4903d39eed1af80021e95424731038080ed1c9a3 (diff) |
fix Clang warnings
those two tryLexicalCasts were literally just broken
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8434c80..8d8ce21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,6 +90,9 @@ jobs: build_linux: name: Build OpenStarbound Linux x86_64 runs-on: ubuntu-20.04 + env: + CC: clang + CXX: clang++ steps: - name: Install Packages |