Skip to content

Commit

Permalink
fix Jito build
Browse files Browse the repository at this point in the history
  • Loading branch information
VladStarr committed Jun 12, 2024
1 parent ba11d68 commit e9b3604
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-release-jito.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
submodules: 'recursive'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver: docker # can't build multi-platform, but we can use FROM with local images
- name: Build Jito-solana
run: |
set -x
Expand Down

0 comments on commit e9b3604

Please sign in to comment.