Skip to content

Commit b8708f0

Browse files
committed
Attempt to work around macos runner brew issue
1 parent 78db710 commit b8708f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
sudo apt update
5757
sudo apt-get -y install gcc-riscv64-unknown-elf
5858
59+
# default runner homebrew setup won't allow us to run `brew tap`
60+
- name: Set up Homebrew
61+
if: matrix.os == 'macos'
62+
uses: Homebrew/actions/setup-homebrew@master
63+
5964
- name: Install riscv-tools
6065
if: matrix.os == 'macos'
6166
run: |

0 commit comments

Comments
 (0)