Skip to content

Commit 51c5cea

Browse files
committed
fix: remote executor ci
1 parent b895fb4 commit 51c5cea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-remote-executor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Check Remote Executor
22

33
on:
44
pull_request:
5-
paths: [governance/remote_executor/**]
65
push:
76
branches: [main]
87
paths: [governance/remote_executor/**]
@@ -20,6 +19,8 @@ jobs:
2019
override: true
2120
- name: Install Solana
2221
run: |
22+
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
2324
sh -c "$(curl -sSfL https://release.solana.com/v1.14.18/install)"
2425
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2526
- name: Run executor tests

0 commit comments

Comments
 (0)