Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-12-31 17:59:05 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-12-31 17:59:05 +1100
commit32f6d28d057a9c8bc8562259766eca06adbc8471 (patch)
tree6fa66133acb02d4ee8078ef763dba630f433776b /.github
parentaa1d559854a01bbd4cbc6e5d27ca075ab2d9a7c0 (diff)
trying again
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml8
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