Skip to content

Commit ccb6c7d

Browse files
authored
Merge pull request #52 from dzsquared/v1.3
removing windows from pipeline
2 parents f949efc + c8a1745 commit ccb6c7d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,11 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
11+
os: ['ubuntu-latest', 'macos-latest']
1212
fail-fast: false
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
# on windows run setup mingw
17-
- name: setup windows image
18-
if: ${{ matrix.os == 'windows-latest' }}
19-
uses: egor-tensin/setup-mingw@v2
20-
2116
- name: run build
2217
run: |
2318
git submodule update --init --recursive

0 commit comments

Comments
 (0)