Skip to content

Commit

Permalink
update with new flags
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Apr 19, 2023
1 parent a2488bf commit 84b8c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Build
run: |
CI_COMMIT=$(git rev-parse HEAD) scripts/cargo-install-all.sh ${HOME}/.local/share/solana/install/releases/${{ github.event.release.name }}
CI_COMMIT=$(git rev-parse HEAD) scripts/cargo-install-all.sh --validator-only ${HOME}/.local/share/solana/install/releases/${{ github.event.release.name }}
- name: Create tarball
run: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Build
run: |
CI_COMMIT=$(git rev-parse HEAD) scripts/cargo-install-all.sh ${HOME}/.local/share/solana/install/releases/${{ github.event.release.name }}
CI_COMMIT=$(git rev-parse HEAD) scripts/cargo-install-all.sh --validator-only ${HOME}/.local/share/solana/install/releases/${{ github.event.release.name }}
- name: Create tarball
run: |
Expand Down

0 comments on commit 84b8c61

Please sign in to comment.