We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8a4553 + 692c41e commit 6a852d7Copy full SHA for 6a852d7
.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