Skip to content

Commit

Permalink
Install crosstool-ng from git
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 18, 2024
1 parent 3429d0e commit 0e9f839
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install crosstool-ng
run: |
brew install coreutils crosstool-ng
brew install coreutils
brew install --HEAD crosstool-ng
# fix python env in the runner
brew unlink [email protected] && brew link --overwrite [email protected]
python3 --version
Expand Down

0 comments on commit 0e9f839

Please sign in to comment.