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
|
path: cached
|
||||||
key: ${{ runner.os }}-cached
|
key: ${{ runner.os }}-cached
|
||||||
- name: Create cached file
|
- name: Create cached file
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: echo foo > cached
|
run: echo foo > cached
|
||||||
- name: Is cached
|
- name: Is cached
|
||||||
if: steps.cache.outputs.cache-hit == 'true'
|
if: steps.cache.outputs.cache-hit == 'true'
|
||||||
run: cat cached
|
run: cat cached
|
||||||
# - name: Setup zig
|
# - name: Setup zig
|
||||||
# uses: https://github.com/mlugg/setup-zig@v1.2.1
|
# uses: https://github.com/mlugg/setup-zig@v1.2.1
|
||||||
# with:
|
# with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue