Skip to content

Commit

Permalink
fix: remote executor ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Jan 31, 2025
1 parent b895fb4 commit 51c5cea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-remote-executor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Check Remote Executor

on:
pull_request:
paths: [governance/remote_executor/**]
push:
branches: [main]
paths: [governance/remote_executor/**]
Expand All @@ -20,6 +19,8 @@ jobs:
override: true
- name: Install Solana
run: |
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sh -c "$(curl -sSfL https://release.solana.com/v1.14.18/install)"
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- name: Run executor tests
Expand Down

0 comments on commit 51c5cea

Please sign in to comment.