We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b4b49 commit e608dbaCopy full SHA for e608dba
1 file changed
.github/actions/setup/action.yml
@@ -3,6 +3,7 @@ runs:
3
using: "composite"
4
steps:
5
- name: Install LLVM
6
+ shell: bash
7
run: |
8
wget https://apt.llvm.org/llvm.sh
9
chmod +x llvm.sh
0 commit comments