We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c7ff24 + 11a9efe commit c79f8caCopy full SHA for c79f8ca
src/tools/rust-analyzer/.github/workflows/release.yaml
@@ -95,7 +95,7 @@ jobs:
95
run: sudo apt-get install gcc-arm-linux-gnueabihf
96
97
- name: Dist
98
- run: cargo xtask dist --client-patch-version ${{ github.run_number }}
+ run: cargo xtask dist --jemalloc --client-patch-version ${{ github.run_number }}
99
100
- run: npm ci
101
working-directory: editors/code
@@ -159,7 +159,7 @@ jobs:
159
fetch-depth: ${{ env.FETCH_DEPTH }}
160
161
162
163
164
165
0 commit comments