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 $?