Skip to content

Commit

Permalink
Move it
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 31, 2024
1 parent 46355da commit b9ad006
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -589,12 +589,6 @@ jobs:
name: ${{ matrix.job.name }}
runs-on: ${{ matrix.job.runner }}

env:
CC: 'clang'
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
WITH_VALGRIND: ${{ matrix.job.valgrind }}

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

# env:
# WITH_VALGRIND: ${{ matrix.job.valgrind }}
env:
CC: 'clang'
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
WITH_VALGRIND: ${{ matrix.job.valgrind }}

steps:
- name: Checkout
Expand Down

0 comments on commit b9ad006

Please sign in to comment.