File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 path : |
3838 ~/.cache/solana/
3939 ~/.local/share/solana/
40- key : solana-${{ runner.os }}-v0001-${{ env.SOLANA_VERSION }}
40+ key : solana-${{ runner.os }}-v0001-${{ inputs.solana_version }}
4141
4242 - name : Debug Solana Version Values
4343 if : inputs.solana_version != ''
4646 echo "=== Debug Solana Version Information ==="
4747 VERSION="${{ inputs.solana_version }}"
4848 echo "Using Solana version: $VERSION"
49- echo "Cache key being used: solana-${{ runner.os }}-v0001-${{ env.SOLANA_VERSION }}"
49+ echo "Cache key being used: solana-${{ runner.os }}-v0001-${{ inputs.solana_version }}"
5050 echo "========================="
5151
5252 - name : Install Solana
6868 echo "Installing Solana from: $INSTALL_URL"
6969 sh -c "$(curl -sSfL $INSTALL_URL)"
7070 env :
71- SOLANA_VERSION : ${{ env.SOLANA_VERSION }}
71+ SOLANA_VERSION : ${{ inputs.solana_version }}
7272
7373 - name : Set Solana Path variables
7474 if : inputs.solana_version != ''
You can’t perform that action at this time.
0 commit comments