From 55d525957bc373c364819851336297199c7aec59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bas=20du=20Pr=C3=A9?= Date: Tue, 8 Oct 2024 22:58:23 +0200 Subject: [PATCH] Update build-mingw.yml --- .github/workflows/build-mingw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-mingw.yml b/.github/workflows/build-mingw.yml index 687c959..25cc3c5 100644 --- a/.github/workflows/build-mingw.yml +++ b/.github/workflows/build-mingw.yml @@ -26,7 +26,7 @@ jobs: git config --global init.defaultBranch master cd skia rm bin/fetch-gn # not needed and will crash as it's not understanding msys - echo "#!/usr/bin/env sh\nexit 0\n" > bin/fetch-gn + echo -e "#!/usr/bin/env sh\nexit 0\n" > bin/fetch-gn echo test: bin/fetch-gn echo done $?