Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: sudo apt-get install gcc-arm-linux-gnueabihf

- name: Dist
run: cargo xtask dist --client-patch-version ${{ github.run_number }}
run: cargo xtask dist --jemalloc --client-patch-version ${{ github.run_number }}

- run: npm ci
working-directory: editors/code
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
fetch-depth: ${{ env.FETCH_DEPTH }}

- name: Dist
run: cargo xtask dist --client-patch-version ${{ github.run_number }}
run: cargo xtask dist --jemalloc --client-patch-version ${{ github.run_number }}

- run: npm ci
working-directory: editors/code
Expand Down