File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
- name : Prepare Rust build
50
50
run : rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
51
51
- name : Build Lean libraries
52
- working-directory : ./cedar-spec
53
- shell : bash
54
- run : source ~/.profile && ./build.sh
52
+ working-directory : ./cedar-spec/cedar-lean
53
+ run : source ~/.profile && ../cedar-drt/build_lean_lib.sh
55
54
- name : Run integration tests
56
55
working-directory : ./cedar-spec/cedar-drt
57
56
shell : bash
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ This repository contains the formalization of Cedar and infrastructure for perfo
14
14
To build the Lean formalization and proofs:
15
15
16
16
* Install Lean, following the instructions [ here] ( https://leanprover.github.io/lean4/doc/setup.html ) .
17
- * ` source cedar-drt/set_env_vars.sh `
18
- * ` cd cedar-lean && lake build Cedar `
17
+ * ` cd cedar-lean `
18
+ * ` source ../cedar-drt/set_env_vars.sh ` (only required if running on AL2)
19
+ * ` lake build Cedar `
19
20
20
21
To build the DRT framework:
21
22
You can’t perform that action at this time.
0 commit comments