Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Dec 6, 2023
1 parent a8520f1 commit 7101263
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/cache-solana/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: cache-solana
env:
solana_version: v1.17.6
inputs:
solana_version:
description: 'Solana version to install'
required: false
default: v1.17.6
description: install and Cache Solana binaries
runs:
using: composite
steps:
Expand Down

0 comments on commit 7101263

Please sign in to comment.