mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
ci: work-around for broken links in github runners
This commit is contained in:
@@ -122,6 +122,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Update Homebrew
|
- name: Update Homebrew
|
||||||
run: brew update
|
run: brew update
|
||||||
|
- name: Fix Python symlinks
|
||||||
|
run: |
|
||||||
|
# Github runners have broken symlinks, so relink
|
||||||
|
# see: https://github.com/actions/setup-python/issues/577
|
||||||
|
brew unlink python
|
||||||
|
brew link --overwrite python
|
||||||
- name: Install LLVM
|
- name: Install LLVM
|
||||||
run: |
|
run: |
|
||||||
HOMEBREW_NO_AUTO_UPDATE=1 brew install llvm@${{ matrix.version }}
|
HOMEBREW_NO_AUTO_UPDATE=1 brew install llvm@${{ matrix.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user