Skip to content

Commit

Permalink
fix asdf in release ci (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored Sep 27, 2024
1 parent 37a6f4b commit 769d14a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
with:
path: .venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
- name: Install asdf & tools
uses: asdf-vm/actions/setup@v3
- name: install scarb
run: |
asdf plugin add scarb
Expand Down

0 comments on commit 769d14a

Please sign in to comment.