Skip to content

Commit 5f97f20

Browse files
Added missing rust toolchain component to GHA workflow (#333)
Signed-off-by: Katherine Hough <kmhough@amazon.com>
1 parent 9eb82cb commit 5f97f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_cedar_java_reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ref: ${{ inputs.cedar_policy_ref }}
4141
path: ./cedar
4242
- name: Prepare Rust Build
43-
run: rustup install stable && rustup default stable
43+
run: rustup install stable && rustup default stable && rustup component add rustfmt
4444
- name: Configure CedarJavaFFI for CI build
4545
run: bash configure_ci_build.sh
4646
- name: Check FFI Formatting

0 commit comments

Comments
 (0)