Skip to content

Commit 2d01992

Browse files
committed
Remove Windows CI job, which does nothing useful
1 parent 9206d0c commit 2d01992

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/rust.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -104,24 +104,6 @@ jobs:
104104
DUCKDB_INCLUDE_DIR: ${{ github.workspace }}/libduckdb
105105
LD_LIBRARY_PATH: ${{ github.workspace }}/libduckdb
106106

107-
Windows:
108-
name: Windows build from source
109-
needs: test
110-
runs-on: windows-latest
111-
steps:
112-
- uses: actions/checkout@v2
113-
- uses: actions/cache@v3
114-
with:
115-
path: ~/.cargo/registry/index
116-
key: index-${{ runner.os }}-${{ github.run_number }}
117-
restore-keys: |
118-
index-${{ runner.os }}-
119-
- uses: actions-rust-lang/setup-rust-toolchain@v1
120-
with:
121-
target: x86_64-pc-windows-msvc
122-
123-
- run: cargo install cargo-examples
124-
125107
Sanitizer:
126108
name: Address Sanitizer
127109
needs: test

0 commit comments

Comments
 (0)