Skip to content

Commit

Permalink
add libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo committed Sep 16, 2024
1 parent 166c564 commit a2fe273
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-ampd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
OS="darwin"
ARCH="${{ matrix.arch }}"
brew install openssl@3
brew install protobuf
if [ "$ARCH" == "arm64" ]
Expand All @@ -107,7 +106,7 @@ jobs:
OS="linux"
ARCH="${{ matrix.arch }}"
sudo apt-get install openssl protobuf-compiler
sudo apt-get install libssl-dev protobuf-compiler
if [ "$ARCH" == "arm64" ]
then
Expand Down

0 comments on commit a2fe273

Please sign in to comment.