更新 .gitea/workflows/multiple.yml
This commit is contained in:
parent
abefcacec3
commit
b8d124bcd4
@ -22,14 +22,9 @@ jobs:
|
||||
node-version: 16
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
|
||||
- name: Hash files
|
||||
id: get-hash
|
||||
uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||
uses: https://github.com/seepine/hash-files@1
|
||||
patterns: '**/yarn.lock'
|
||||
|
||||
- run: echo ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.hash }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user