Skip to content

Commit

Permalink
Update the ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Nov 10, 2023
1 parent 2331b4c commit 57ffe2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
# Install Elan (https://leanprover-community.github.io/install/linux.html) and Lean in
# non-interactive mode:
- run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | bash -s -- -y
- run: source ~/.profile
# Checkout the repo and download it to the runner
- name: Checkout
uses: actions/checkout@v4
# Verify
- run: cd tests/lean && make
- run: source ~/.profile && cd tests/lean && make

0 comments on commit 57ffe2c

Please sign in to comment.