Skip to content

Commit

Permalink
Correct syntax error in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Nov 18, 2024
1 parent c86f6db commit 3d95985
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
#- "8"
#- "9"
- "10"
include:
#- os: ubuntu
# platform: linux
#- os: windows
# ls: dir
#include:
# - os: ubuntu
# platform: linux
# - os: windows
# ls: dir
runs-on: ${{ format('{0}-latest', matrix.os) }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3d95985

Please sign in to comment.