We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de3156 commit b9a8065Copy full SHA for b9a8065
.github/workflows/ci.yml
@@ -11,4 +11,7 @@ jobs:
11
- name: Checkout repository
12
uses: actions/checkout@v3
13
14
+ - name: Install Homebrew
15
+ run: NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
16
+
17
- run: echo "hello"
0 commit comments