summaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorUlf Lilleengen <ulf.lilleengen@gmail.com>2021-11-28 14:07:21 +0100
committerUlf Lilleengen <ulf.lilleengen@gmail.com>2021-11-28 14:07:21 +0100
commit1b24b3bd68821ec3aae5797408611edc991a8cc4 (patch)
tree2d92d337f5c3b7a1106f9d3f287c696085adf9e4 /ci.sh
parent543cc65e569d24d07c90e97752b4cfc995d33dc0 (diff)
downloadembassy-1b24b3bd68821ec3aae5797408611edc991a8cc4.zip
Make ci script run on Mac OS X
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci.sh b/ci.sh
index 94370abd..b9a803bf 100755
--- a/ci.sh
+++ b/ci.sh
@@ -5,7 +5,7 @@ set -euo pipefail
export CARGO_TARGET_DIR=$PWD/target_ci
export RUSTFLAGS=-Dwarnings
-find -name '*.rs' -not -path '*target*' -not -path '*stm32-metapac-gen/out/*' | xargs rustfmt --check --skip-children --unstable-features --edition 2018
+find . -name '*.rs' -not -path '*target*' -not -path '*stm32-metapac-gen/out/*' | xargs rustfmt --check --skip-children --unstable-features --edition 2018
# Generate stm32-metapac
# for some reason Cargo stomps the cache if we don't specify --target.