Remove Windows builds. (#99)

This commit is contained in:
Antonio Navarro Perez 2021-12-01 10:51:56 +01:00 committed by GitHub
parent 5458cc8442
commit 0b89fda8e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,6 +119,8 @@ jobs:
shell: bash shell: bash
run: | run: |
make build make build
if: matrix.os != 'windows-latest' # Remove windows builds. Difficult to maintain.
- name: Cross-compile - name: Cross-compile
shell: bash shell: bash
run: | run: |
@ -131,6 +133,7 @@ jobs:
if-no-files-found: error if-no-files-found: error
name: build-${{ matrix.job_name }} name: build-${{ matrix.job_name }}
path: bin/* path: bin/*
if: matrix.os != 'windows-latest' # Remove windows builds. Difficult to maintain.
- name: Release - name: Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1