Skip to content

Commit 15ed158

Browse files
committed
Remove dependency on brew
1 parent dbd0c7a commit 15ed158

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/reusable-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ jobs:
303303

304304
- name: Run build
305305
run: |
306-
brew install coreutils tree
307306
bash .github/scripts/build.sh
308307
309308
- if: always()
@@ -344,7 +343,6 @@ jobs:
344343

345344
- name: Run build
346345
run: |
347-
brew install git coreutils autoconf automake tree
348346
bash .github/scripts/build.sh
349347
350348
- if: always()
@@ -701,7 +699,6 @@ jobs:
701699

702700
- name: Run test
703701
run: |
704-
brew install git coreutils autoconf automake tree
705702
bash .github/scripts/test.sh
706703
707704
test-mac-aarch64:
@@ -741,7 +738,6 @@ jobs:
741738

742739
- name: Run test
743740
run: |
744-
brew install git coreutils autoconf automake tree
745741
bash .github/scripts/test.sh
746742
747743
test-win:

0 commit comments

Comments
 (0)