Skip to content

Commit

Permalink
fix kevm install
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Nov 15, 2024
1 parent e15936c commit 6c67f8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
# Download and Build KEVM
- name: Install KEVM
env:
REPOSITORY_TOKEN: ${{ secrets.REPOSITORY_TOKEN }}
run: |
echo "Downloading KEVM..."
curl -LO https://github.com/runtimeverification/evm-semantics/releases/download/v1.0/evm.tar.gz
curl -H "Authorization: token $REPOSITORY_TOKEN" -L -o evm.tar.gz https://github.com/runtimeverification/evm-semantics/archive/refs/tags/v1.0.753.tar.gz
echo "Extracting KEVM..."
mkdir -p evm
Expand Down

0 comments on commit 6c67f8c

Please sign in to comment.