We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cd763 commit 4548213Copy full SHA for 4548213
1 file changed
.github/workflows/release.yaml
@@ -145,7 +145,7 @@ jobs:
145
- name: Build ${{ matrix.platform.name }} binary
146
uses: actions-rs/cargo@v1
147
env:
148
- AARCH64_UNKNOWN_LINUX_MUSL_JEMALLOC_SYS_WITH_LG_PAGE: '16'
+ JEMALLOC_SYS_WITH_LG_PAGE: '16'
149
# We use cross-rs if not running on x86_64 architecture on Linux
150
with:
151
command: build
0 commit comments