Skip to content

Commit d9aab76

Browse files
committed
Use shell script on Windows
1 parent f4535e8 commit d9aab76

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
run: crystal spec
3333

3434
- name: Build examples
35+
shell: bash
3536
run: |
36-
find examples -name "*.cr" | sort | while read f; do
37+
find examples -name "*.cr" | sort | while read -r f; do
3738
echo "Building $f ..."
3839
crystal build --no-codegen "$f"
3940
done

0 commit comments

Comments
 (0)