diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 612019b..4b267f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,7 @@ jobs: - name: Install just run: | - curl -sL https://just.systems/install.sh | bash -s -- --to ~/.cargo/bin - echo "$HOME/.cargo/bin" >> $GITHUB_PATH + brew install just - name: Install libplist run: |