Skip to content

Commit 5d1ecf6

Browse files
authored
Merge pull request #422 from jongiddy/fix-main-ci
Remove non-existent build in CI
2 parents d616177 + 35b4a63 commit 5d1ecf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
build: [stable, beta, nightly, minimal, macos, windows, mingw]
10+
build: [stable, beta, nightly, macos, windows, mingw]
1111
include:
1212
- build: stable
1313
os: ubuntu-latest

0 commit comments

Comments
 (0)