Update .gitea/workflows/hello_world.yaml
This commit is contained in:
parent
0cb17697a6
commit
b37ade40e2
1 changed files with 4 additions and 4 deletions
|
@ -31,10 +31,10 @@ jobs:
|
||||||
- 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:
|
||||||
# version: 0.14.0
|
version: 0.14.0
|
||||||
# - name: Sign
|
# - name: Sign
|
||||||
# id: sign
|
# id: sign
|
||||||
# uses: https://git.lerch.org/lobo/action-hsm-sign@v1
|
# uses: https://git.lerch.org/lobo/action-hsm-sign@v1
|
||||||
|
|
Loading…
Add table
Reference in a new issue