Skip to content

Commit bd07328

Browse files
fix: replace gsed with sed on linux runner
1 parent e9d4f91 commit bd07328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ jobs:
564564
565565
echo "$WK_DIR + / + $ss_test"
566566
echo '<p float="left">' >> comment.md
567-
cml-publish "$ss_test" | gsed -E 's/.+/<img width="70%" src="\0"\/>/' >> comment.md
567+
cml-publish "$ss_test" | sed -E 's/.+/<img width="70%" src="\0"\/>/' >> comment.md
568568
echo '</p>' >> comment.md
569569
570570
done
@@ -590,7 +590,7 @@ jobs:
590590
591591
echo "$WK_DIR + / + $ss_test"
592592
echo '<p float="left">' >> comment.md
593-
cml-publish "$ss_test" | gsed -E 's/.+/<img width="70%" src="\0"\/>/' >> comment.md
593+
cml-publish "$ss_test" | sed -E 's/.+/<img width="70%" src="\0"\/>/' >> comment.md
594594
echo '</p>' >> comment.md
595595
596596
done

0 commit comments

Comments
 (0)