We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb82cb commit 5f97f20Copy full SHA for 5f97f20
1 file changed
.github/workflows/run_cedar_java_reusable.yml
@@ -40,7 +40,7 @@ jobs:
40
ref: ${{ inputs.cedar_policy_ref }}
41
path: ./cedar
42
- name: Prepare Rust Build
43
- run: rustup install stable && rustup default stable
+ run: rustup install stable && rustup default stable && rustup component add rustfmt
44
- name: Configure CedarJavaFFI for CI build
45
run: bash configure_ci_build.sh
46
- name: Check FFI Formatting
0 commit comments