Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Nov 25, 2024
1 parent 4000c75 commit bce69ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install packages
run: brew install crystal
- name: Install Crystal
uses: crystal-lang/install-crystal@v1

- name: Build release
run: make release name=batch version=nightly target=aarch64-apple-darwin
Expand Down

0 comments on commit bce69ff

Please sign in to comment.