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 51c5ceaCopy full SHA for 51c5cea
.github/workflows/ci-remote-executor.yml
@@ -2,7 +2,6 @@ name: Check Remote Executor
2
3
on:
4
pull_request:
5
- paths: [governance/remote_executor/**]
6
push:
7
branches: [main]
8
paths: [governance/remote_executor/**]
@@ -20,6 +19,8 @@ jobs:
20
19
override: true
21
- name: Install Solana
22
run: |
+ wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
23
+ sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
24
sh -c "$(curl -sSfL https://release.solana.com/v1.14.18/install)"
25
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
26
- name: Run executor tests
0 commit comments