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 dba8cb6 commit c12a85e
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 "#!/bin/sh\nexit 0\n" > bin/fetch-gn
echo "#!#!/usr/bin/env sh\nexit 0\n" > bin/fetch-gn
echo test:
bin/fetch-gn
echo done $?
Expand Down

0 comments on commit c12a85e

Please sign in to comment.