Skip to content

Commit

Permalink
Remove Windows builds. (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnavarro committed Dec 1, 2021
1 parent 5458cc8 commit 0b89fda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
shell: bash
run: |
make build
if: matrix.os != 'windows-latest' # Remove windows builds. Difficult to maintain.

- name: Cross-compile
shell: bash
run: |
Expand All @@ -131,7 +133,8 @@ jobs:
if-no-files-found: error
name: build-${{ matrix.job_name }}
path: bin/*

if: matrix.os != 'windows-latest' # Remove windows builds. Difficult to maintain.

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 0b89fda

Please sign in to comment.