Update .gitea/workflows/hello_world.yaml

This commit is contained in:
lobo 2025-04-12 23:03:44 +00:00
parent 8a1fef4087
commit 28e42cb4b2

View file

@ -25,11 +25,11 @@ jobs:
path: cached
key: ${{ runner.os }}-cached
- name: Create cached file
if: steps.cache.outputs.cache-hit != 'true'
run: echo foo > cached
if: steps.cache.outputs.cache-hit != 'true'
run: echo foo > cached
- name: Is cached
if: steps.cache.outputs.cache-hit == 'true'
run: cat 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: