Skip to content

Commit 96efb9a

Browse files
committed
fix CI for examples
1 parent a3b29c6 commit 96efb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
COMMAND: ${{ inputs.matrix_linux_command }}
5757
EXAMPLE: ${{ matrix.examples }}
5858
run: |
59-
apt-get -qq update && apt-get -qq -y install curl
59+
apt-get -qq update && apt-get -qq -y install curl openssl libssl-dev
6060
./scripts/integration_tests.sh

0 commit comments

Comments
 (0)