Update .gitea/workflows/hello_world.yaml
This commit is contained in:
parent
8a1fef4087
commit
28e42cb4b2
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue