diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43f6eab..4200373 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,12 +41,13 @@ jobs: update: true install: >- make - gcc + mingw-w64-ucrt-x86_64-gcc zip - name: Build shell: msys2 {0} run: | + which gcc make build DEPLOY=True - name: Compress build into zip archive @@ -57,4 +58,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: windows-build - path: ./application-windows.zip \ No newline at end of file + path: ./application-windows.zip