Skip to content

Commit 0e9f839

Browse files
committed
Install crosstool-ng from git
1 parent 3429d0e commit 0e9f839

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
- uses: actions/checkout@v4
4040
- name: Install crosstool-ng
4141
run: |
42-
brew install coreutils crosstool-ng
42+
brew install coreutils
43+
brew install --HEAD crosstool-ng
4344
# fix python env in the runner
4445
brew unlink [email protected] && brew link --overwrite [email protected]
4546
python3 --version

0 commit comments

Comments
 (0)