Skip to content

Commit b2fd69c

Browse files
committed
fix
1 parent 93585d0 commit b2fd69c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ runs:
33
using: "composite"
44
steps:
55
- uses: actions/checkout@v4
6-
- run: |
6+
run: |
77
wget https://apt.llvm.org/llvm.sh
88
chmod +x llvm.sh
99
sudo ./llvm.sh 22

0 commit comments

Comments
 (0)