We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36b1e6 commit cdfff1eCopy full SHA for cdfff1e
1 file changed
.github/workflows/build.yml
@@ -227,7 +227,7 @@ jobs:
227
enable-cache: true
228
229
- name: Add extra swap for release build
230
- # if: inputs.build_mode == 'release'
+ if: inputs.build_mode == 'release'
231
run: |
232
set -euxo pipefail
233
sudo swapoff -a || true
@@ -241,8 +241,7 @@ jobs:
241
242
- name: Build (release mode)
243
uses: PyO3/maturin-action@v1
244
- # temporarily comment out to verify it works in the PR
245
246
with:
247
target: aarch64-unknown-linux-gnu
248
manylinux: "2_28"
0 commit comments