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 e0ad5c2 commit 233e73aCopy full SHA for 233e73a
.github/workflows/prql-java-test.yaml
@@ -22,6 +22,6 @@ jobs:
22
rustup target add x86_64-unknown-linux-gnu
23
cd ./
24
cargo build --release --target=x86_64-unknown-linux-gnu
25
- cp -f target/x86_64-unknown-linux-gnu/release/libprql4j.so prql-java/java/src/main/resources/libprql4j-linux64.so
+ cp -f target/x86_64-unknown-linux-gnu/release/libprql4j.so java-api/src/main/resources/libprql4j-linux64.so
26
- name: Maven test
27
run: cd ./java-api/ && ./mvnw test
0 commit comments