Skip to content

Commit cbe286e

Browse files
committed
ci: github: more mac tweaks
More tweaks to keep up with changes to go.sh Signed-off-by: Kumar Gala <[email protected]>
1 parent 70c37fd commit cbe286e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/mac.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,9 @@ jobs:
3737
steps:
3838
- name: "clone"
3939
uses: actions/checkout@v2
40-
- name: "prereq macOS"
41-
run: |
42-
brew install autoconf automake bash binutils gawk gnu-sed \
43-
gnu-tar help2man ncurses
4440
- name: "build ct-ng"
4541
run: |
42+
./go.sh crosstool
4643
./go.sh cmake
4744
- name: "preload sources"
4845
run: |

0 commit comments

Comments
 (0)