Skip to content

Commit

Permalink
ci: fix brew
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Jan 21, 2024
1 parent c4ce0d8 commit 79046e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Crystal
run: brew update && brew install crystal
run: brew update && brew install crystal || true
- name: Build the binary
# Statically link most non-system libraries
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Crystal
run: brew update && brew install crystal
run: brew update && brew install crystal || true
- name: Build the binary
# Statically link most non-system libraries
run: |
Expand Down

0 comments on commit 79046e0

Please sign in to comment.