mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
commit
af77ab4b9b
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…
Add table
Add a link
Reference in a new issue