Skip to content

Commit

Permalink
fixup! ci: build macos with homebrew
Browse files Browse the repository at this point in the history
add cryptopp
  • Loading branch information
tuler committed Oct 14, 2023
1 parent 96734de commit a83513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ jobs:
submodules: recursive
- name: Install dependencies
run: |
brew install llvm@12 automake boost libomp wget cmake pkg-config grpc zlib openssl [email protected] libb64 nlohmann-json luarocks
brew install llvm@12 automake boost libomp wget cmake cryptopp pkg-config grpc zlib openssl [email protected] libb64 nlohmann-json luarocks
luarocks --lua-dir=$(brew --prefix)/opt/[email protected] install lpeg
luarocks --lua-dir=$(brew --prefix)/opt/[email protected] install dkjson
luarocks --lua-dir=$(brew --prefix)/opt/[email protected] install luasocket
Expand Down

0 comments on commit a83513d

Please sign in to comment.