Skip to content

Commit

Permalink
fixup! Add more error-checking to build core flow
Browse files Browse the repository at this point in the history
  • Loading branch information
achaikou committed Feb 28, 2025
1 parent c45d8fe commit b3570d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- os: ubuntu-latest
privledges: "sudo"
build_type: "Debug"
compiler_flags: "-Wextra -Wall"
compiler_flags: "-Wextra -Wall -pedantic"
- os: ubuntu-latest
privledges: "sudo"
compiler: "clang"
Expand All @@ -43,7 +43,7 @@ jobs:
privledges: "sudo"
compiler: "clang"
build_type: "Debug"
compiler_flags: "-Wextra -Wall"
compiler_flags: "-Wextra -Wall -pedantic"
- os: macos-13
privledges: "sudo"
build_type: "Release"
Expand Down

0 comments on commit b3570d2

Please sign in to comment.