Skip to content

Commit 96ffbd9

Browse files
authored
fix: licenses (#528)
* fix: licenses * feat: apt-get update * fix: use cargo-bundle-licenses v3.0
1 parent 8ed09b2 commit 96ffbd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rs_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ jobs:
187187
key: "v1-2.2.0"
188188
# cargo-bundle-licenses v2.0 doesn't understand path differences due to
189189
# sparse vs git index, so force git.
190+
- run: sudo apt-get update && sudo apt-get upgrade
190191
- run: mkdir -p .cargo && printf "[registries.crates-io]\nprotocol = \"git\"\n" > .cargo/config.toml
191192
working-directory: bottlecap
192193
- run: cargo install cargo-bundle-licenses
@@ -210,4 +211,4 @@ jobs:
210211
exit 1
211212
fi
212213
213-
echo "No differences found."
214+
echo "No differences found."

0 commit comments

Comments
 (0)