feat: CI
This commit is contained in:
@@ -12,8 +12,9 @@ jobs:
|
||||
|
||||
- name: Install Zig
|
||||
run: |
|
||||
sudo apt-get install snapd
|
||||
snap install zig --classic --beta
|
||||
# See https://ziglang.org/download/
|
||||
curl -L https://ziglang.org/builds/zig-x86_64-linux-0.15.0-dev.1184+c41ac8f19.tar.xz | tar -xJ
|
||||
echo "${PWD}/zig-x86_64-linux-0.15.0-dev.1184+c41ac8f19" >> $GITHUB_PATH
|
||||
|
||||
- name: Run tests
|
||||
run: zig build test
|
||||
|
||||
Reference in New Issue
Block a user