Update .gitea/workflows/hello_world.yaml
This commit is contained in:
parent
d0d135ae23
commit
8f06700918
1 changed files with 4 additions and 2 deletions
|
@ -16,11 +16,13 @@ jobs:
|
|||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
- name: Show environment
|
||||
run: env
|
||||
- run: true
|
||||
- name: Setup zig
|
||||
uses: https://git.lerch.org/lobo/setup-zig@50b2f79905cf17cf2e8afd09b99dd5dfa64261a0
|
||||
uses: https://github.com/mlugg/setup-zig@v1.2.1
|
||||
with:
|
||||
version: master
|
||||
version: 0.14.0
|
||||
# - name: Sign
|
||||
# id: sign
|
||||
# uses: https://git.lerch.org/lobo/action-hsm-sign@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue