Skip to content

Commit

Permalink
APR is already installed on macOS-13
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Jul 16, 2024
1 parent 4f98921 commit 034f4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/log4cxx-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: 'Configure Dependencies'
run: |
brew install apr-util
if [ ${{ matrix.os }} != macos-13 ]; then brew install apr-util; fi
if [ ${{ matrix.odbc }} == ON ]; then brew install unixodbc; fi
if [ ${{ matrix.qt }} == ON ]; then brew install qt; fi
Expand Down

0 comments on commit 034f4a0

Please sign in to comment.