We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed09b2 commit 96ffbd9Copy full SHA for 96ffbd9
.github/workflows/rs_ci.yml
@@ -187,6 +187,7 @@ jobs:
187
key: "v1-2.2.0"
188
# cargo-bundle-licenses v2.0 doesn't understand path differences due to
189
# sparse vs git index, so force git.
190
+ - run: sudo apt-get update && sudo apt-get upgrade
191
- run: mkdir -p .cargo && printf "[registries.crates-io]\nprotocol = \"git\"\n" > .cargo/config.toml
192
working-directory: bottlecap
193
- run: cargo install cargo-bundle-licenses
@@ -210,4 +211,4 @@ jobs:
210
211
exit 1
212
fi
213
- echo "No differences found."
214
+ echo "No differences found."
0 commit comments