mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 11:53:51 +00:00
Remove un-needed name calls
This commit is contained in:
parent
12081db009
commit
b6122349d6
1 changed files with 0 additions and 2 deletions
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
|
@ -11,12 +11,10 @@ jobs:
|
|||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
||||
steps:
|
||||
- name: Install Rust
|
||||
- uses: hecrj/setup-rust-action@master
|
||||
with:
|
||||
rust-version: stable
|
||||
|
||||
- name: Node/Yarn
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
|
|
Loading…
Reference in a new issue