Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/rs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ jobs:
key: "v1-2.2.0"
# cargo-bundle-licenses v2.0 doesn't understand path differences due to
# sparse vs git index, so force git.
- run: sudo apt-get update && sudo apt-get upgrade
- run: mkdir -p .cargo && printf "[registries.crates-io]\nprotocol = \"git\"\n" > .cargo/config.toml
working-directory: bottlecap
- run: cargo install cargo-bundle-licenses
Expand All @@ -210,4 +211,4 @@ jobs:
exit 1
fi

echo "No differences found."
echo "No differences found."
Loading