From e3513d11fd453a90d1c0ba99e1dbb64cd968ed0b Mon Sep 17 00:00:00 2001 From: Katherine Hough Date: Fri, 26 Sep 2025 14:43:54 +0000 Subject: [PATCH] Added missing rust toolchain component to GHA workflow Signed-off-by: Katherine Hough --- .github/workflows/run_cedar_java_reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_cedar_java_reusable.yml b/.github/workflows/run_cedar_java_reusable.yml index 4b81772e..5ef8b699 100644 --- a/.github/workflows/run_cedar_java_reusable.yml +++ b/.github/workflows/run_cedar_java_reusable.yml @@ -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