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 f2fd214 commit f64cb8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ jobs:
lean: # Lean isn't supported by Nix, so we need to add extra steps
runs-on: [ubuntu-latest]
steps:
- run: ls
#- 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
# Install curl
- run: sudo apt update && sudo apt install curl
# Install Elan (https://leanprover-community.github.io/install/linux.html)
# We updated the script to make it run in non-interactive mode
#- run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
- run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | bash -s -- -y
#- run: sudo apt-get update && sudo apt-get install make
# Checkout the repo and download it to the runner
- name: Checkout
uses: actions/checkout@v4
# Verify
- run: cd tests/lean && make
#- run: cd tests/lean && lake build

0 comments on commit f64cb8c

Please sign in to comment.