Skip to content

Commit

Permalink
Update gwion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Dec 6, 2019
1 parent a7a5c65 commit 98b0d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gwion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
env:
USE_DOUBLE: ${{ matrix.double }}
CFLAGS: -fsanitize=address -fno-omit-frame-pointer
LDFLAGS: -fsanitize=address -fno-omit-frame-pointer
run: make CC=${{ matrix.cc }} USE_DOUBLE=${{ matrix.double }}
- name: make test
env:
Expand Down

0 comments on commit 98b0d3a

Please sign in to comment.