mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
parent
d9c29afaee
commit
14252e16df
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -95,7 +95,7 @@ jobs:
|
||||||
run: sudo apt-get install gcc-arm-linux-gnueabihf
|
run: sudo apt-get install gcc-arm-linux-gnueabihf
|
||||||
|
|
||||||
- name: Dist
|
- name: Dist
|
||||||
run: cargo xtask dist --jemalloc --client-patch-version ${{ github.run_number }}
|
run: cargo xtask dist --client-patch-version ${{ github.run_number }}
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
working-directory: editors/code
|
working-directory: editors/code
|
||||||
|
@ -159,7 +159,7 @@ jobs:
|
||||||
fetch-depth: ${{ env.FETCH_DEPTH }}
|
fetch-depth: ${{ env.FETCH_DEPTH }}
|
||||||
|
|
||||||
- name: Dist
|
- name: Dist
|
||||||
run: cargo xtask dist --jemalloc --client-patch-version ${{ github.run_number }}
|
run: cargo xtask dist --client-patch-version ${{ github.run_number }}
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
working-directory: editors/code
|
working-directory: editors/code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue