Skip to content

Commit

Permalink
fix k framework install
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Nov 15, 2024
1 parent a21cc95 commit edff6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
# Install dependencies for K Framework
- name: Install K Framework
run: |
curl -LO https://github.com/runtimeverification/k/releases/download/v5.4.0/kframework.tar.gz
tar -xvzf kframework.tar.gz
curl -LO kframework.tar.gz https://github.com/runtimeverification/k/releases/download/v7.1.170/kframework-7.1.170-src.tar.gz
tar -xvzf kframework
cd kframework
export PATH=$PATH:$(pwd)/bin
# Verify KEVM setup
Expand Down

0 comments on commit edff6b0

Please sign in to comment.