Skip to content

Commit bc94f29

Browse files
committed
build: remove win32 support
1 parent 2a15419 commit bc94f29

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ jobs:
4141
make compile-linux-arm64
4242
make pack-linux
4343
44-
- name: Install MSYS2 and 'mingw-w64-i686-toolchain'
45-
if: matrix.os == 'windows-latest'
46-
uses: msys2/setup-msys2@v2
47-
with:
48-
cache: true
49-
install: mingw-w64-i686-toolchain
50-
update: true
51-
5244
- name: Build for Windows
5345
if: matrix.os == 'windows-latest'
5446
shell: bash

0 commit comments

Comments
 (0)