We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3aea7 commit 9e66822Copy full SHA for 9e66822
.github/workflows/ci-message-buffer-idl.yml
@@ -25,6 +25,8 @@ jobs:
25
components: rustfmt, clippy
26
- name: Install Solana
27
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
30
sh -c "$(curl -sSfL https://release.solana.com/v1.14.18/install)"
31
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
32
- name: Install Anchor
0 commit comments