Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit de3daae

Browse files
committed
ci: add diffutils to Windows MSYS2 setup
1 parent db0f16c commit de3daae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: msys2/setup-msys2@v2
4343
with:
4444
path-type: inherit
45-
install: curl unzip make mingw-w64-x86_64-gcc mingw-w64-x86_64-gmp
45+
install: curl unzip make diffutils mingw-w64-x86_64-gcc mingw-w64-x86_64-gmp
4646
- name: Install Elan (Windows)
4747
if: matrix.os == 'windows-latest'
4848
run: |

0 commit comments

Comments
 (0)