Skip to content

Commit 31ff8a6

Browse files
committed
fix(ci): give up, the bsd/linux commands difference is anoying
1 parent 447213b commit 31ff8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
set -ex
44
set -o pipefail
55

6-
for d in $(find examples -maxdepth 1 -type d); do
6+
for d in $(ls -1 examples); do
77
(cd $d && cargo build --release)
88
done

0 commit comments

Comments
 (0)