We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93585d0 commit b2fd69cCopy full SHA for b2fd69c
1 file changed
.github/actions/setup/action.yml
@@ -3,7 +3,7 @@ runs:
3
using: "composite"
4
steps:
5
- uses: actions/checkout@v4
6
- - run: |
+ run: |
7
wget https://apt.llvm.org/llvm.sh
8
chmod +x llvm.sh
9
sudo ./llvm.sh 22
0 commit comments