Skip to content

Commit

Permalink
Update build-mingw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
basdp committed Oct 8, 2024
1 parent 1e4af8d commit 55d5259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 $?
Expand Down

0 comments on commit 55d5259

Please sign in to comment.