Skip to content

Commit 5faa4bf

Browse files
fix typo
1 parent c3ff3b3 commit 5faa4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
java-version: '8'
4141
distribution: 'temurin'
4242
- name: Test Rust with Cargo
43-
run: JAVAM_HOME="" cargo test --features=legacy-java-compat --verbose -- --nocapture
43+
run: JAVA_HOME="" cargo test --features=legacy-java-compat --verbose -- --nocapture

0 commit comments

Comments
 (0)