File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,9 @@ jobs:
140
140
pattern : native_libs-*
141
141
path : ${{env.NATIVE_LIB_LOCATION}}
142
142
merge-multiple : true
143
+ - name : List the built artifacts
144
+ run : ls -lhtR
145
+ working-directory : ${{env.NATIVE_LIB_LOCATION}}
143
146
144
147
- name : Test for ${{ matrix.os }} ${{ matrix.java }}
145
148
shell : bash
@@ -150,6 +153,9 @@ jobs:
150
153
echo -n
151
154
fi
152
155
156
+ echo ${{env.NATIVE_LIB_LOCATION}}
157
+ pwd
158
+
153
159
sbt +assembly
154
160
java -cp ./examples/target/scala-2.12/scala-polars-examples-assembly-0.1.0-SNAPSHOT.jar examples.scala.io.LazyAndEagerAPI
155
161
java -cp ./examples/target/scala-2.13/scala-polars-examples-assembly-0.1.0-SNAPSHOT.jar examples.scala.io.LazyAndEagerAPI
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ publish = false
9
9
10
10
[lib ]
11
11
name = " scala_polars"
12
- crate_type = [" cdylib" ]
12
+ crate-type = [" cdylib" ]
13
13
14
14
[dependencies ]
15
15
futures = " 0.3.25"
You can’t perform that action at this time.
0 commit comments