Skip to content

Commit f5a3d05

Browse files
nehebWill Wray
authored andcommitted
MSYS2 CI: need dos2unix for libobsd
Signed-off-by: Rosen Penev <[email protected]>
1 parent 26d0c3f commit f5a3d05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build_all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
path-type: strict
9999
msystem: ${{matrix.platform}}
100100
install: >-
101+
dos2unix
101102
git
102103
pacboy: >-
103104
cc:p

.github/workflows/sanity_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
path-type: strict
8080
msystem: ${{matrix.platform}}
8181
install: >-
82+
dos2unix
8283
git
8384
pacboy: >-
8485
cc:p

0 commit comments

Comments
 (0)