Skip to content

Commit

Permalink
Check Macos compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv committed Dec 5, 2024
1 parent da9d21a commit ef0ed58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
- name: Prepare
run: |
brew install automake libtool cppunit botan@2
- name: CHECK
run: |
which g++
g++ --version
- name: Build
env:
CXXFLAGS: -Werror -DBOTAN_NO_DEPRECATED_WARNINGS
Expand Down

0 comments on commit ef0ed58

Please sign in to comment.