We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fd3a36 + d6ff008 commit 252f1d0Copy full SHA for 252f1d0
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 --jemalloc --client-patch-version ${{ github.run_number }}
+ run: cargo xtask dist --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