Skip to content

Commit 1521dc3

Browse files
committed
use full path
1 parent be907e3 commit 1521dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
working-directory: ./${{ matrix.project }}
5858
shell: bash
5959
run: |
60-
mapfile -t rs_files < <(find . -type f -name '*.rs')
60+
mapfile -t rs_files < <(find . -type f -name '*.rs' -exec readlink -f {} \;)
6161
echo "for_loop_count=0" >> $GITHUB_ENV
6262
echo "for_loop_count_in_file=0" >> $GITHUB_ENV
6363

0 commit comments

Comments
 (0)