mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-15 08:50:23 +00:00
fix(ci): disable build for sqlx-cli on macOS
This commit is contained in:
7
.github/workflows/sqlx.yml
vendored
7
.github/workflows/sqlx.yml
vendored
@@ -107,9 +107,10 @@ jobs:
|
||||
- os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
bin: target/debug/cargo-sqlx.exe
|
||||
- os: macOS-latest
|
||||
target: x86_64-apple-darwin
|
||||
bin: target/debug/cargo-sqlx
|
||||
# FIXME: macOS build fails because of missing pin-project-internal
|
||||
# - os: macOS-latest
|
||||
# target: x86_64-apple-darwin
|
||||
# bin: target/debug/cargo-sqlx
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user