Skip to content

Commit

Permalink
Workaround weird MacOS x64 build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Aug 30, 2023
1 parent bc1ffe8 commit fa1abe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ jobs:
- uses: ConorMacBride/install-package@v1
with:
brew: automake llvm
# force past "The `brew link` step did not complete successfully"
continue-on-error: true
- run: |
if [ -f "`brew --prefix llvm`/bin/clang" ]; then
echo "CC=`brew --prefix llvm`/bin/clang" >> $GITHUB_ENV
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
- uses: ConorMacBride/install-package@v1
with:
brew: automake llvm
# force past "The `brew link` step did not complete successfully"
continue-on-error: true
- run: |
if [ -f "`brew --prefix llvm`/bin/clang" ]; then
echo "CC=`brew --prefix llvm`/bin/clang" >> $GITHUB_ENV
Expand Down

0 comments on commit fa1abe3

Please sign in to comment.