Skip to content

Commit 233c96d

Browse files
committed
Fix line endings
1 parent 0c7691b commit 233c96d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
choco install 7zip -y
2828
choco install wget -y
2929
choco install unzip -y
30-
30+
choco install dos2unix -y
31+
3132
- name: Setup PATH
3233
shell: powershell
3334
run: |
@@ -38,6 +39,7 @@ jobs:
3839
- name: Download FFmpeg
3940
shell: bash
4041
run: |
42+
dos2unix download_and_extract_windows_deps.sh || sed -i 's/\r$//' download_and_extract_windows_deps.sh
4143
bash download_and_extract_windows_deps.sh ffmpeg
4244
4345
- name: Download SDL2

0 commit comments

Comments
 (0)