Skip to content

Commit

Permalink
try using brew
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Nov 4, 2024
1 parent 432ae47 commit 7bb40c1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
TAG: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v4
- name: Install dependencies
uses: extractions/setup-just@v1
with:
just-version: 1.5.0
- name: Install just
run: brew install just
# - name: Install dependencies
# uses: extractions/setup-just@v1
# with:
# just-version: 1.5.0
- name: Build
run: just package

0 comments on commit 7bb40c1

Please sign in to comment.