I want to apply a patch from this PR how to proceed ?
On my local machine i use the following in the flutter directory:
curl https://patch-diff.githubusercontent.com/raw/flutter/flutter/pull/137874.patch > intrinsic.patch
git apply intrinsic.patch
How can I do the same from my CI ?
I want to apply a patch from this PR how to proceed ?
On my local machine i use the following in the flutter directory:
curl https://patch-diff.githubusercontent.com/raw/flutter/flutter/pull/137874.patch > intrinsic.patch git apply intrinsic.patchHow can I do the same from my CI ?