Skip to content

Commit

Permalink
Merge pull request #422 from jongiddy/fix-main-ci
Browse files Browse the repository at this point in the history
Remove non-existent build in CI
  • Loading branch information
Byron committed Aug 18, 2024
2 parents d616177 + 35b4a63 commit 5d1ecf6
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 5d1ecf6

Please sign in to comment.