Skip to content

Commit

Permalink
CI: Update not only riot-* but also its dependencies
Browse files Browse the repository at this point in the history
In cases like the current PR this is essential -- otherwise, if either
of them has increased its dependencies, the override will be ignored
fully, and the older release is used instead.
  • Loading branch information
chrysn committed Sep 25, 2022
1 parent 6216db4 commit efee68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
for D in ${DIRS}; do
cd ${D}
echo "::group::Building ${D}"
cargo update -p riot-sys -p riot-wrappers
cargo update -p riot-sys -p riot-wrappers --aggressive
cargo tree
make buildtest BUILDTEST_MAKE_REDIRECT=''
cd ../..
Expand Down

0 comments on commit efee68a

Please sign in to comment.