diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 078de12..f0b91d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,8 @@ jobs: run: git config --global core.autocrlf false - name: Checkout uses: actions/checkout@v4 - - name: Install dependencies - run: | - cargo install just + - name: Set up just task runner + uses: extractions/setup-just@v2 - name: Run tests run: | just test