Skip to content

Commit

Permalink
Merge pull request #52 from dzsquared/v1.3
Browse files Browse the repository at this point in the history
removing windows from pipeline
  • Loading branch information
dzsquared authored Mar 19, 2022
2 parents f949efc + c8a1745 commit ccb6c7d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
os: ['ubuntu-latest', 'macos-latest']
fail-fast: false
steps:
- uses: actions/checkout@v2

# on windows run setup mingw
- name: setup windows image
if: ${{ matrix.os == 'windows-latest' }}
uses: egor-tensin/setup-mingw@v2

- name: run build
run: |
git submodule update --init --recursive
Expand Down

0 comments on commit ccb6c7d

Please sign in to comment.