Skip to content

Commit 7a81c24

Browse files
-r
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c1a7d88 commit 7a81c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-with-soroban-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
files=$(echo "$local_files"; echo "$workspace_root/Cargo.toml")
8383
8484
# Patch local files and workspace root (sort -u to deduplicate)
85-
echo "$files" | sort -u | while read file; do
85+
echo "$files" | sort -u | while read -r file; do
8686
echo Patching "$file" ...
8787
dir=$(dirname "$file")
8888
for crate in $crates; do

0 commit comments

Comments
 (0)