Skip to content

Commit

Permalink
Install GNU patch on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
oSoMoN committed Apr 29, 2024
1 parent 3ce2c56 commit f5f3a45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
steps:
- run: which patch
- run: patch --version
- name: install GNU patch on MacOS
if: runner.os == 'macOS'
run: brew install gpatch
- run: patch --version
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: set up PATH on Windows
Expand Down

0 comments on commit f5f3a45

Please sign in to comment.