mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 15:13:51 +00:00
Fix checkout version
This commit is contained in:
parent
b6122349d6
commit
6853ade29c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
|
@ -20,6 +20,6 @@ jobs:
|
|||
node-version: '10.x'
|
||||
- run: npm install -g yarn
|
||||
|
||||
- uses: actions/checkout@latest
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
|
Loading…
Reference in a new issue