Skip to content

Commit bfd8c12

Browse files
authored
fix: remote executor ci (#2316)
* fix: remote executor ci * run only when remote executor gets modified
1 parent b895fb4 commit bfd8c12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
override: true
2121
- name: Install Solana
2222
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
2325
sh -c "$(curl -sSfL https://release.solana.com/v1.14.18/install)"
2426
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2527
- name: Run executor tests

0 commit comments

Comments
 (0)