We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d92132e + df778c6 commit ce8457cCopy full SHA for ce8457c
.github/workflows/ci.yml
@@ -28,6 +28,9 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
- uses: dtolnay/rust-toolchain@stable
31
+ - name: install GNU patch on MacOS
32
+ if: runner.os == 'macOS'
33
+ run: brew install gpatch
34
- name: set up PATH on Windows
35
# Needed to use GNU's patch.exe instead of Strawberry Perl patch
36
if: runner.os == 'Windows'
@@ -107,6 +110,9 @@ jobs:
107
110
108
111
- name: rust toolchain ~ install
109
112
uses: dtolnay/rust-toolchain@nightly
113
114
115
116
117
118
0 commit comments