Commit cd5cdc8
authored
Add Setup Environment step to publish workflows (#167)
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 fc8b5aa commit cd5cdc8
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
0 commit comments