Update .gitea/workflows/hello_world.yaml

This commit is contained in:
lobo 2025-04-12 22:20:01 +00:00
parent d0d135ae23
commit 8f06700918

View file

@ -16,11 +16,13 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ github.workspace }} ls ${{ github.workspace }}
- name: Show environment
run: env
- run: true - run: true
- name: Setup zig - name: Setup zig
uses: https://git.lerch.org/lobo/setup-zig@50b2f79905cf17cf2e8afd09b99dd5dfa64261a0 uses: https://github.com/mlugg/setup-zig@v1.2.1
with: with:
version: master 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