Commit f17126b
authored
fix canary install dependencies step (#1249)
## Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here -->
Fix canary install dependencies step that is
[failing](https://github.com/awslabs/aws-sdk-rust/actions/runs/12898260366/job/35965110537)
```
Package awscli is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'awscli' has no installation candidate
```
AWS CLI is installed by default on ubuntu runners. See
[runner-images](https://github.com/actions/runner-images). It appears
`ubuntu-latest` recently switched from 22.04 to 24.04 which may be what
caused this to stop working.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.1 parent 0548bb6 commit f17126b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments