Skip to content

Commit 5f2fd80

Browse files
committed
fix syntax
1 parent 6329924 commit 5f2fd80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ runs:
237237
- name: Install MacOS clang dependencies
238238
if: runner.os == 'macOS'
239239
shell: bash
240-
run: brew install llvm@{{ input.version }}
240+
# continue-on-error: true
241+
run: brew install llvm@${{ input.version }}
241242

242243
- name: Setup python venv (Unix)
243244
if: runner.os == 'Linux' || runner.os == 'macOS'

0 commit comments

Comments
 (0)