Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmwells-amazon authored Nov 1, 2023
1 parent 30a1bd7 commit 79bee5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Install lean
shell: bash
run: |
wget -q https://raw.githubusercontent.com/leanprover-community/mathlib4/master/scripts/install_debian.sh && bash install_debian.sh ; rm -f install_debian.sh && source ~/.profile
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Build
shell: bash
run: lake build Cedar

0 comments on commit 79bee5a

Please sign in to comment.