We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9206d0c commit 2d01992Copy full SHA for 2d01992
.github/workflows/rust.yaml
@@ -104,24 +104,6 @@ jobs:
104
DUCKDB_INCLUDE_DIR: ${{ github.workspace }}/libduckdb
105
LD_LIBRARY_PATH: ${{ github.workspace }}/libduckdb
106
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
121
- target: x86_64-pc-windows-msvc
122
-
123
- - run: cargo install cargo-examples
124
125
Sanitizer:
126
name: Address Sanitizer
127
needs: test
0 commit comments