Skip to content

Commit

Permalink
Try fixing the macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Sep 6, 2024
1 parent 6d3355e commit c0b8261
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,11 @@ jobs:
path: ${{ env.CCACHE_DIR }}
key: vendor-ccache-${{ matrix.os.id }}-vcpkg

# The brew install command sometimes fails on the first try but succeeds on the second :-/
- name: "setup: misc"
run: |
brew install -q autoconf automake ccache libtool openssl pandoc pkg-config
PACKAGES=(autoconf automake ccache libtool openssl pandoc pkg-config)
brew install -q $PACKAGES || brew install -q $PACKAGES
mkdir -p ${{ env.CCACHE_DIR }}
echo "$(brew --prefix)/opt/ccache/libexec" >> $GITHUB_PATH
Expand Down

0 comments on commit c0b8261

Please sign in to comment.