diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58e1549c..31dbcc69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,8 @@ jobs: uses: cashapp/activate-hermit@v1 with: cache: true + - name: Setup + run: just setup - name: Build run: just build