Skip to content

Commit

Permalink
ci: Fix build on macOS (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Nov 10, 2021
1 parent acd6f6f commit f8f760f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
if: ${{ matrix.os == 'macOS-latest' }}
run: |
brew install automake bash coreutils make
echo ::add-path::/usr/local/opt/coreutils/libexec/gnubin
echo ::add-path::/usr/local/opt/make/libexec/gnubin
echo "/usr/local/opt/coreutils/libexec/gnubin" >> $GITHUB_PATH
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
- name: Fetch branches
run: |
git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
Expand Down

0 comments on commit f8f760f

Please sign in to comment.