Commit 502b2df
authored
Add Setup Environment step to publish workflows (#351)
Adds the missing `Setup Environment` step to the `set_env` job of the
publish-js and publish-rust workflows so `toml-cli` is available when
computing the Solana CLI version. Without it, `make solana-cli-version`
returned an empty value, which made the Solana install target a malformed
URL and fail on a cold cache.1 parent a86b7ce commit 502b2df
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
0 commit comments