Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Feb 13, 2024
1 parent 518be53 commit d9031f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
shell: bash
run: |
apt-get update
apt-get install -y openjdk-${{input.jdk-version}}-jdk protobuf-compiler
apt-get install -y openjdk-${{inputs.jdk-version}}-jdk protobuf-compiler
- name: Setup Rust toolchain
shell: bash
# rustfmt is needed for the substrait build script
Expand Down

0 comments on commit d9031f0

Please sign in to comment.