Use brew to install just

This commit is contained in:
Jackson Coxson
2025-07-30 15:08:54 -06:00
parent 182ec10dc2
commit 329a3612bc

View File

@@ -14,8 +14,7 @@ jobs:
- name: Install just - name: Install just
run: | run: |
curl -sL https://just.systems/install.sh | bash -s -- --to ~/.cargo/bin brew install just
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install libplist - name: Install libplist
run: | run: |