This commit is contained in:
agra
2026-02-12 10:13:36 +02:00
parent 9a2501f662
commit cfac6791cb
2 changed files with 28 additions and 11 deletions

View File

@@ -19,13 +19,13 @@ jobs:
version: master
- name: Install LLVM 18
run: sudo apt-get update && sudo apt-get install -y llvm-18-dev
run: sudo apt-get update && sudo apt-get install -y llvm-18-dev gcc
- name: Build
run: zig build -Dstatic-llvm -Dllvm-prefix=/usr/lib/llvm-18
run: zig build -Dllvm-prefix=/usr/lib/llvm-18
- name: Test
run: zig build test -Dstatic-llvm -Dllvm-prefix=/usr/lib/llvm-18 --summary all
run: zig build test -Dllvm-prefix=/usr/lib/llvm-18 --summary all
- name: Package
run: tar czf sx-linux-x86_64.tar.gz -C zig-out/bin .