Skip to content

Commit

Permalink
perf: speed up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Jul 4, 2024
1 parent ca743c1 commit 5cf3352
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: install elan
run: |
Expand All @@ -21,12 +21,10 @@ jobs:
~/.elan/bin/lean --version
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: Checkout and compile batteries
- name: Checkout batteries
run: |
cd ../
git clone https://github.com/leanprover-community/batteries
cd batteries
lake build
- name: generate docs
run: |
Expand Down

0 comments on commit 5cf3352

Please sign in to comment.