Skip to content

Commit

Permalink
fixed yml error
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 29, 2020
1 parent 8e011fc commit f501ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/strict_autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
CFLAGS: "-std=c99 -fsanitize=address -fno-omit-frame-pointer -Werror"
FFLAGS: "-fsanitize=address -fno-omit-frame-pointer"
FCFLAGS: "-fsanitize=address -fno-omit-frame-pointer -Werror"
- name: make -j distcheck
run: make -j distcheck
- name: make -j distcheck
run: make -j distcheck

0 comments on commit f501ad2

Please sign in to comment.