Skip to content

Commit

Permalink
Improve ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 28, 2024
1 parent 0c606af commit 29c69de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
name: Build MetaCall Formula
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ $(command -v brew) == "" ]]; then
fi

# Get brew formula
curl -sLO https://raw.githubusercontent.com/metacall/homebrew/main/metacall.rb
curl -fsSLO https://raw.githubusercontent.com/metacall/homebrew/main/metacall.rb

# Build metacall brew recipe
export HOMEBREW_NO_AUTO_UPDATE=1
Expand Down

0 comments on commit 29c69de

Please sign in to comment.