Skip to content

Commit

Permalink
Bump rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Sep 3, 2023
1 parent 623e1a9 commit d9c80ea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/version-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,11 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}

- name: Install Solana
uses: metaplex-foundation/actions/install-solana@v1
with:
version: ${{ env.SOLANA_VERSION }}
cache: ${{ env.CACHE }}

- name: Install cargo-release
uses: metaplex-foundation/actions/install-cargo-release@v1
with:
cache: ${{ env.CACHE }}
version: "1.70.0"

- name: Bump Program Version
run: |
Expand Down

0 comments on commit d9c80ea

Please sign in to comment.