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 b895fb4 commit bfd8c12Copy full SHA for bfd8c12
.github/workflows/ci-remote-executor.yml
@@ -20,6 +20,8 @@ jobs:
20
override: true
21
- name: Install Solana
22
run: |
23
+ wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
24
+ sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
25
sh -c "$(curl -sSfL https://release.solana.com/v1.14.18/install)"
26
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
27
- name: Run executor tests
0 commit comments