Commit 6fd8629
authored
Add Setup Environment step to publish workflows (#99)
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 afb5de7 commit 6fd8629
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 | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments