Skip to content

Commit

Permalink
Fix macOS GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Oct 4, 2021
1 parent 54e2a31 commit fb4be10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:

- name: Install other deps
run: |
brew install gcc boost
brew install gcc boost openssl
brew link boost --force
- name: Find Tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:

- name: Install other deps
run: |
brew install gcc boost
brew install gcc boost openssl
brew link boost --force
- name: Build
Expand Down

0 comments on commit fb4be10

Please sign in to comment.