Skip to content

Commit 6f923e6

Browse files
committed
Remove redundant MinGW installation step to speed up workflow
1 parent 3da9dd6 commit 6f923e6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/dev-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
restore-keys: |
3636
${{ runner.os }}-pyinstaller-
3737
38-
- name: Set up MinGW
39-
uses: egor-tensin/setup-mingw@v2
40-
with:
41-
platform: x64
42-
static: 1
43-
4438
- name: Build Launcher (C++)
4539
run: |
4640
cmake -S launcher -B build/launcher -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)