Skip to content

Commit

Permalink
fix: comment not separated from other characters (launchbadge#3328)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal authored and jrasanen committed Oct 14, 2024
1 parent 762b04d commit 0a66ee9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sqlx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- main
- '*-dev'
- "*-dev"

jobs:
format:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest]#, macOS-latest]
os: [ubuntu-latest, windows-latest] #, macOS-latest]
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
Expand All @@ -107,9 +107,9 @@ jobs:
target: x86_64-pc-windows-msvc
bin: target/debug/cargo-sqlx.exe
# FIXME: macOS build fails because of missing pin-project-internal
# - os: macOS-latest
# target: x86_64-apple-darwin
# bin: target/debug/cargo-sqlx
# - os: macOS-latest
# target: x86_64-apple-darwin
# bin: target/debug/cargo-sqlx

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0a66ee9

Please sign in to comment.