Skip to content

Commit

Permalink
Update mac.yml workflow to use extractions/setup-just@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
phalanx-hk committed Jan 25, 2024
1 parent 356a5a0 commit 1b8fe7c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ jobs:
ssh-private-key: |
${{ secrets.SSH_PRIVATE_KEY }}
- name: install just
env:
INSTALL_DIR: $HOME/.local/bin
run: |
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to $INSTALL_DIR
export PATH="$INSTALL_DIR:$PATH"
uses: extractions/setup-just@v1
with:
just-version: 0.8
- name: Setup
run: just mac
env:
Expand Down

0 comments on commit 1b8fe7c

Please sign in to comment.