Skip to content

Commit

Permalink
Remove non-existent build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jongiddy committed Aug 18, 2024
1 parent d616177 commit 35b4a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [stable, beta, nightly, minimal, macos, windows, mingw]
build: [stable, beta, nightly, macos, windows, mingw]
include:
- build: stable
os: ubuntu-latest
Expand Down

0 comments on commit 35b4a63

Please sign in to comment.