File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
rust :
9
9
strategy :
10
10
matrix :
11
- os : [ "ubuntu-latest", "macos-latest", "windows-latest" ]
11
+ os : [ "ubuntu-latest", "macos-latest" ]
12
12
java : [ "11" ]
13
13
runs-on : ${{ matrix.os }}
14
14
steps :
@@ -75,11 +75,11 @@ jobs:
75
75
name : datafusion-jni-ubuntu-latest
76
76
path : datafusion-jni/target/release
77
77
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
83
83
84
84
- name : Download macos artifacts
85
85
uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments