Skip to content

Commit 9e66822

Browse files
committed
chore(ci): install libssl1.1
1 parent 6d3aea7 commit 9e66822

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-message-buffer-idl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
components: rustfmt, clippy
2626
- name: Install Solana
2727
run: |
28+
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
29+
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
2830
sh -c "$(curl -sSfL https://release.solana.com/v1.14.18/install)"
2931
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
3032
- name: Install Anchor

0 commit comments

Comments
 (0)