Skip to content

Commit

Permalink
Fix cigwin download
Browse files Browse the repository at this point in the history
  • Loading branch information
fghalasz committed Jun 13, 2023
1 parent fac6c92 commit 4760499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Fetch cygwin
id: cygwin
run: |
wget https://cygwin.com/setup-x86_64.exe -OutFile .\.github\workflows\setup-x86_64.exe
wget https://cygwin.com/setup-x86_64.exe -OutFile setup-x86_64.exe
- name: Fetch SDL2
id: SDL2
Expand Down

0 comments on commit 4760499

Please sign in to comment.