Browse Source

fix yaml syntax

pull/2832/head
Pat Hickey 4 years ago
parent
commit
148afd3949
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -208,7 +208,7 @@ jobs:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
fail-fast: false
matrix:
build: [stable, beta, nightly, windows, macos]
include:

Loading…
Cancel
Save