Skip to content

Commit

Permalink
Fix msrv CI shell script.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed Apr 26, 2024
1 parent 8501135 commit 48fa678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msrv-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

jq --version

DIRS="os handoff testsuite/stm32f4 testsuite/stm32g0 testsuite/stm32f3 examples/*/*"
DIRS="os handoff testsuite/stm32f4 testsuite/stm32g0 testsuite/stm32f3 examples/*/*/"

for d in $DIRS; do
pushd $d > /dev/null
Expand Down

0 comments on commit 48fa678

Please sign in to comment.