Skip to content

Commit

Permalink
Add GCC problem matcher for macOS CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Nov 17, 2024
1 parent c77edd8 commit 0314753
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:

runs-on: macos-latest
steps:
- name: Add GCC problem matcher
uses: ammaraskar/gcc-problem-matcher@master

- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0314753

Please sign in to comment.