Rename github workflow for i686-w64-mingw32 compiler to match its name

This commit is contained in:
Pali Rohár 2021-08-06 17:06:46 +02:00
parent 54b3058b87
commit be48e154b9

View File

@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: mingw
name: i686-w64-mingw32
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
@ -25,7 +25,7 @@ jobs:
- name: install packages
run: sudo apt-get install gcc-mingw-w64-i686 mingw-w64-tools
- name: build miniupnpc for win32
- name: build miniupnpc via i686-w64-mingw32
run: make -C miniupnpc -f Makefile.mingw DLLWRAP=i686-w64-mingw32-dllwrap CC=i686-w64-mingw32-gcc WINDRES=i686-w64-mingw32-windres AR=i686-w64-mingw32-ar all dist
- name: upload binaries