Skip to content

Commit

Permalink
build qdrant windows in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ggordonhall committed Jul 12, 2023
1 parent 1f7fa3a commit cac09a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
x86_64-unknown-linux-gnu,
x86_64-apple-darwin,
aarch64-apple-darwin,
x86_64-pc-windows-msvc
]

include:
Expand All @@ -32,7 +33,11 @@ jobs:

- target: aarch64-apple-darwin
os: macos-11
cross: true
cross: true

- target: x86_64-pc-windows-msvc
os: windwows-latest
cross: false

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit cac09a3

Please sign in to comment.