mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Install node for release
This commit is contained in:
parent
ce663ed495
commit
be814a65a3
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
@ -41,6 +41,11 @@ jobs:
|
||||||
target: x86_64-unknown-linux-musl
|
target: x86_64-unknown-linux-musl
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
|
- name: Install Nodejs
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: 12.x
|
||||||
|
|
||||||
- name: Dist
|
- name: Dist
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
run: cargo xtask dist
|
run: cargo xtask dist
|
||||||
|
|
Loading…
Reference in a new issue