Skip to content

Commit cb63932

Browse files
committed
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
1 parent 30062da commit cb63932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
override: true
4343

4444
- name: Install Nodejs
45+
if: matrix.os == 'ubuntu-latest'
4546
uses: actions/setup-node@v1
4647
with:
4748
node-version: 12.x

0 commit comments

Comments
 (0)