Skip to content

Commit

Permalink
build.yml: Add -Werror to flags also
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Sep 17, 2024
1 parent 9cc2dae commit bd40e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
env:
CC: gcc
CFLAGS: -Os -Wall -Wextra -std=c99
CFLAGS: -Os -Wall -Wextra -Werror -std=c99
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit bd40e60

Please sign in to comment.