From b37ade40e209a7510e35f32da6ee7d0a7d824da9 Mon Sep 17 00:00:00 2001 From: lobo Date: Sun, 13 Apr 2025 00:21:30 +0000 Subject: [PATCH] Update .gitea/workflows/hello_world.yaml --- .gitea/workflows/hello_world.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index ac311bb..06283f0 100644 --- a/.gitea/workflows/hello_world.yaml +++ b/.gitea/workflows/hello_world.yaml @@ -31,10 +31,10 @@ jobs: - name: Is cached if: steps.cache.outputs.cache-hit == 'true' run: cat cached - # - name: Setup zig - # uses: https://github.com/mlugg/setup-zig@v1.2.1 - # with: - # version: 0.14.0 + - name: Setup zig + uses: https://github.com/mlugg/setup-zig@v1.2.1 + with: + version: 0.14.0 # - name: Sign # id: sign # uses: https://git.lerch.org/lobo/action-hsm-sign@v1