Update .gitea/workflows/hello_world.yaml
This commit is contained in:
parent
28e42cb4b2
commit
0cb17697a6
1 changed files with 4 additions and 3 deletions
|
@ -19,7 +19,8 @@ jobs:
|
|||
- name: Show environment
|
||||
run: env
|
||||
- run: true
|
||||
- uses: actions/cache@v4
|
||||
- name: Cache
|
||||
uses: actions/cache@v4
|
||||
id: cache
|
||||
with:
|
||||
path: cached
|
||||
|
|
Loading…
Add table
Reference in a new issue