Skip to content

Commit

Permalink
Simplify CI. (#149)
Browse files Browse the repository at this point in the history
* Simplify CI.

* rename step.

* Update ci.yml
  • Loading branch information
abdoo8080 authored Nov 23, 2024
1 parent a1b04be commit f5f2325
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,10 @@ jobs:
- name: macOS-x86_64
os: macos-13
steps:
- name: Install Elan
run: |
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: Checkout
uses: actions/checkout@v4
- name: Build lean-smt
run: |
lake update
lake build Smt Smt.Rat Smt.Real
- name: Test lean-smt
run: lake test
- name: Build and Test lean-smt
uses: leanprover/lean-action@v1
with:
build-args: "Smt Smt.Rat Smt.Real"
use-github-cache: false

0 comments on commit f5f2325

Please sign in to comment.