Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
fix: release flow (#1412)
Browse files Browse the repository at this point in the history
fix the release flow
  • Loading branch information
greged93 authored Sep 27, 2024
1 parent a01c582 commit 37a6f4b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
with:
path: .venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
- name: install scarb
run: |
asdf plugin add scarb
asdf install scarb 2.6.5
asdf install scarb 0.7.0
- name: Setup the Kakarot submodule
run: make setup
- name: Upload artifacts
Expand Down

0 comments on commit 37a6f4b

Please sign in to comment.