Skip to content

Commit 0323f37

Browse files
committed
super fix
1 parent d4c718e commit 0323f37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ jobs:
593593
CC: 'clang'
594594
HOMEBREW_NO_AUTO_UPDATE: 1
595595
HOMEBREW_NO_INSTALL_CLEANUP: 1
596+
WITH_VALGRIND: ${{ runner.arch == 'X64' && 'yes' || 'no' }}
596597

597598
strategy:
598599
fail-fast: false
@@ -617,8 +618,8 @@ jobs:
617618
- { WIDEMUL: 'int128', RECOVERY: 'yes', ECDH: 'yes', SCHNORRSIG: 'yes', ELLSWIFT: 'yes', CPPFLAGS: '-DVERIFY', CTIMETESTS: 'no' }
618619
- BUILD: 'distcheck'
619620

620-
env:
621-
WITH_VALGRIND: ${{ matrix.job.valgrind }}
621+
# env:
622+
# WITH_VALGRIND: ${{ matrix.job.valgrind }}
622623

623624
steps:
624625
- name: Checkout

0 commit comments

Comments
 (0)