Skip to content

Commit

Permalink
fix(ci): give up, the bsd/linux commands difference is anoying
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Apr 30, 2024
1 parent 447213b commit 31ff8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
set -ex
set -o pipefail

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

0 comments on commit 31ff8a6

Please sign in to comment.