Skip to content

Commit 58ab084

Browse files
authored
Merge pull request #3525 from matklad/ci
Install Node only for Linux
2 parents fcaab59 + cb63932 commit 58ab084

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)