Skip to content

Commit

Permalink
ci: Fix getting cache value from inputs (#3364)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanCode authored Nov 14, 2024
1 parent 762ef5e commit ef7b3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
required: true
type: string
env:
CACHE: inputs.cache
CACHE: ${{ inputs.cache }}
SOLANA_CLI_VERSION: ${{ inputs.solana_cli_version }}
NODE_VERSION: ${{ inputs.node_version }}
CARGO_PROFILE: ${{ inputs.cargo_profile }}
Expand Down

0 comments on commit ef7b3ed

Please sign in to comment.