Skip to content

Commit 4760499

Browse files
committed
Fix cigwin download
1 parent fac6c92 commit 4760499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Fetch cygwin
4747
id: cygwin
4848
run: |
49-
wget https://cygwin.com/setup-x86_64.exe -OutFile .\.github\workflows\setup-x86_64.exe
49+
wget https://cygwin.com/setup-x86_64.exe -OutFile setup-x86_64.exe
5050
5151
- name: Fetch SDL2
5252
id: SDL2

0 commit comments

Comments
 (0)