Commit 794151c
fix(ci): Pass version arg correctly to llvm.sh
`sudo bash -c "$(cmd)" 22` passes 22 to sudo, not to the script.
Use `wget | sudo bash -s 22` to correctly pass the version argument.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a749d99 commit 794151c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments