File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- main
8
- - ' *-dev'
8
+ - " *-dev"
9
9
10
10
jobs :
11
11
format :
97
97
98
98
strategy :
99
99
matrix :
100
- os : [ubuntu-latest, windows-latest]#, macOS-latest]
100
+ os : [ubuntu-latest, windows-latest] # , macOS-latest]
101
101
include :
102
102
- os : ubuntu-latest
103
103
target : x86_64-unknown-linux-musl
@@ -107,9 +107,9 @@ jobs:
107
107
target : x86_64-pc-windows-msvc
108
108
bin : target/debug/cargo-sqlx.exe
109
109
# 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
113
113
114
114
steps :
115
115
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments