mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 12:35:39 +01:00
Remove un-needed name calls
This commit is contained in:
parent
12081db009
commit
b6122349d6
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 New Issue
Block a user