Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Jan 19, 2024
1 parent 770438c commit 5ee5ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
jobs:
build:
strategy:
Expand Down
2 changes: 0 additions & 2 deletions tools/ci/github/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -e

export HOMEBREW_NO_AUTO_UPDATE=1

llvm_version=16

if [ -n "$CI" ]; then
Expand Down

0 comments on commit 5ee5ce7

Please sign in to comment.