Skip to content

Commit

Permalink
super fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 31, 2024
1 parent d4c718e commit 46355da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ jobs:
CC: 'clang'
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
WITH_VALGRIND: ${{ matrix.job.valgrind }}

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

env:
WITH_VALGRIND: ${{ matrix.job.valgrind }}
# env:
# WITH_VALGRIND: ${{ matrix.job.valgrind }}

steps:
- name: Checkout
Expand Down

0 comments on commit 46355da

Please sign in to comment.