Skip to content

Commit

Permalink
Cherry-pick #198 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaobo-he-aws committed Sep 10, 2024
1 parent 4d663f4 commit e2090eb
Showing 1 changed file with 1 addition and 1 deletion.
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 update stable && rustup default stable
run: rustup install 1.80.0 && rustup default 1.80.0 && rustup component add rustfmt
- name: Configure CedarJavaFFI for CI build
run: bash configure_ci_build.sh
- name: Check FFI Formatting
Expand Down

0 comments on commit e2090eb

Please sign in to comment.