fetch tags
All checks were successful
Build / build (push) Successful in 22s

This commit is contained in:
2025-07-28 18:49:40 +02:00
parent 83efe0547e
commit d5632dea6e

View File

@@ -6,8 +6,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: printenv
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-tags: ''
- run: wget http://172.17.0.1:8081/repository/ziglang.org/download/0.14.1/zig-x86_64-linux-0.14.1.tar.xz
- run: tar xfv zig-x86_64-linux-0.14.1.tar.xz
- run: ./zig-x86_64-linux-0.14.1/zig build -Doptimize=ReleaseSmall