Skip to content

Commit

Permalink
remove redundant CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
acooks committed Oct 31, 2023
1 parent e0d0bff commit d685004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt-get update
sudo apt-get install libnl-3-dev libnl-route-3-dev libnl-genl-3-dev libjansson-dev libwebsockets-dev libncurses5-dev libpcap-dev pkgconf lcov
- name: make
run: CFLAGS="-fprofile-arcs -ftest-coverage" make
run: make

- name: Run tests
run: sudo make test
Expand Down

0 comments on commit d685004

Please sign in to comment.