Skip to content

Commit 191ff47

Browse files
committed
disable windows for now
1 parent 41e29f7 commit 191ff47

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
rust:
99
strategy:
1010
matrix:
11-
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
11+
os: [ "ubuntu-latest", "macos-latest" ]
1212
java: [ "11" ]
1313
runs-on: ${{ matrix.os }}
1414
steps:
@@ -75,11 +75,11 @@ jobs:
7575
name: datafusion-jni-ubuntu-latest
7676
path: datafusion-jni/target/release
7777

78-
- name: Download windows artifacts
79-
uses: actions/download-artifact@v3
80-
with:
81-
name: datafusion-jni-windows-latest
82-
path: datafusion-jni/target/release
78+
# - name: Download windows artifacts
79+
# uses: actions/download-artifact@v3
80+
# with:
81+
# name: datafusion-jni-windows-latest
82+
# path: datafusion-jni/target/release
8383

8484
- name: Download macos artifacts
8585
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)