Skip to content

Commit b983bbc

Browse files
authored
backport #380 (#381)
1 parent 3bad70c commit b983bbc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/run_integration_tests_reusable.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ jobs:
4949
- name: Prepare Rust build
5050
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
5151
- 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
5554
- name: Run integration tests
5655
working-directory: ./cedar-spec/cedar-drt
5756
shell: bash

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ This repository contains the formalization of Cedar and infrastructure for perfo
1414
To build the Lean formalization and proofs:
1515

1616
* 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`
1920

2021
To build the DRT framework:
2122

0 commit comments

Comments
 (0)