Skip to content

Commit

Permalink
trying direct openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Oct 30, 2023
1 parent 1fe2553 commit a8d3827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
architecture: x64
- name: Install protoc and libssl
run: |
sudo apt-get install -y protobuf-compiler openssl libssl libssl-dev
sudo apt-get install -y protobuf-compiler openssl libssl-dev
- name: Set PKG_CONFIG_PATH
run: echo "PKG_CONFIG_PATH=/usr/lib/pkgconfig" >> $GITHUB_ENV
- name: install cpanm and multiple modules
Expand Down

0 comments on commit a8d3827

Please sign in to comment.