Skip to content

Commit e96905e

Browse files
committed
build: remove setup mingw as windows-latest already includes gcc
1 parent d9261cb commit e96905e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
- name: Set up NASM
1717
uses: ilammy/setup-nasm@v1
1818

19-
- name: Set up MinGW-w64
20-
uses: egor-tensin/setup-mingw@v2
21-
with:
22-
platform: x64
23-
2419
- name: Verify NASM and GCC
2520
run: |
2621
nasm -v

0 commit comments

Comments
 (0)