Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run_cedar_java_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ref: ${{ inputs.cedar_policy_ref }}
path: ./cedar
- name: Prepare Rust Build
run: rustup install stable && rustup default stable
run: rustup install stable && rustup default stable && rustup component add rustfmt
- name: Configure CedarJavaFFI for CI build
run: bash configure_ci_build.sh
- name: Check FFI Formatting
Expand Down