We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f949efc + c8a1745 commit ccb6c7dCopy full SHA for ccb6c7d
1 file changed
.github/workflows/build-release.yml
@@ -8,16 +8,11 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
+ os: ['ubuntu-latest', 'macos-latest']
12
fail-fast: false
13
steps:
14
- uses: actions/checkout@v2
15
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
-
21
- name: run build
22
run: |
23
git submodule update --init --recursive
0 commit comments