Skip to content

Commit

Permalink
fix macos: stabilize build
Browse files Browse the repository at this point in the history
------------------------
Note: by creating a PR or an issue you automatically agree to the CLA. See [CONTRIBUTING.md](https://github.com/userver-framework/userver/blob/develop/CONTRIBUTING.md). Feel free to remove this note, the agreement holds.

Tests: протестировано CI

Pull Request resolved: #760
commit_hash:26ca0608ef5b64dbdc0b831b2a5b389de93d5d2f
  • Loading branch information
fdr400 committed Nov 13, 2024
1 parent b141786 commit 5abe467
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ jobs:
- name: Install brew packages
run: |
export SDKROOT="`xcrun --show-sdk-path`"
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
brew update
brew install $(cat scripts/docs/en/deps/macos.md)
brew install clang-format
brew link postgresql@16
brew upgrade
- name: Run cmake
run: |
Expand Down

0 comments on commit 5abe467

Please sign in to comment.