Skip to content

Commit 83a7d14

Browse files
authored
fix: comment not separated from other characters (#3328)
1 parent b71221c commit 83a7d14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sqlx.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- main
8-
- '*-dev'
8+
- "*-dev"
99

1010
jobs:
1111
format:
@@ -97,7 +97,7 @@ jobs:
9797

9898
strategy:
9999
matrix:
100-
os: [ubuntu-latest, windows-latest]#, macOS-latest]
100+
os: [ubuntu-latest, windows-latest] #, macOS-latest]
101101
include:
102102
- os: ubuntu-latest
103103
target: x86_64-unknown-linux-musl
@@ -107,9 +107,9 @@ jobs:
107107
target: x86_64-pc-windows-msvc
108108
bin: target/debug/cargo-sqlx.exe
109109
# FIXME: macOS build fails because of missing pin-project-internal
110-
# - os: macOS-latest
111-
# target: x86_64-apple-darwin
112-
# bin: target/debug/cargo-sqlx
110+
# - os: macOS-latest
111+
# target: x86_64-apple-darwin
112+
# bin: target/debug/cargo-sqlx
113113

114114
steps:
115115
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)