We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be907e3 commit 1521dc3Copy full SHA for 1521dc3
.github/workflows/bench-test.yaml
@@ -57,7 +57,7 @@ jobs:
57
working-directory: ./${{ matrix.project }}
58
shell: bash
59
run: |
60
- mapfile -t rs_files < <(find . -type f -name '*.rs')
+ mapfile -t rs_files < <(find . -type f -name '*.rs' -exec readlink -f {} \;)
61
echo "for_loop_count=0" >> $GITHUB_ENV
62
echo "for_loop_count_in_file=0" >> $GITHUB_ENV
63
0 commit comments