We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4535e8 commit d9aab76Copy full SHA for d9aab76
1 file changed
.github/workflows/test.yml
@@ -32,8 +32,9 @@ jobs:
32
run: crystal spec
33
34
- name: Build examples
35
+ shell: bash
36
run: |
- find examples -name "*.cr" | sort | while read f; do
37
+ find examples -name "*.cr" | sort | while read -r f; do
38
echo "Building $f ..."
39
crystal build --no-codegen "$f"
40
done
0 commit comments