mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
Install Node only for Linux
Hopefully, this will lead to fewer errors like https://github.com/rust-analyzer/rust-analyzer/runs/493983317?check_suite_focus=true#step:5:10
This commit is contained in:
parent
30062da628
commit
cb63932690
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -42,6 +42,7 @@ jobs:
|
||||
override: true
|
||||
|
||||
- name: Install Nodejs
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
|
Loading…
Reference in New Issue
Block a user