mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +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
|
||||
override: true
|
||||
|
||||
- name: Install Nodejs
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
|
||||
- name: Dist
|
||||
if: github.event_name == 'push'
|
||||
run: cargo xtask dist
|
||||
|
|
Loading…
Reference in a new issue