Skip to content

Commit

Permalink
Fix missing install in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Sep 14, 2023
1 parent 11fee29 commit 6183c72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ jobs:
runs-on: ubuntu-latest
needs: ["init", "build"]
steps:
- name: Install Just
uses: extractions/setup-just@v1

- name: Download releases
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 6183c72

Please sign in to comment.