Skip to content

Commit 4a10584

Browse files
committed
x
1 parent 99d767d commit 4a10584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Tools
1515
run: |
1616
curl -o llvm-18.1.6.src.tar.xz -L https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.6/llvm-18.1.6.src.tar.xz
17-
tar -xJF llvm-18.1.6.src.tar.xz
17+
tar -xf llvm-18.1.6.src.tar.xz
1818
ls
1919
mv llvm-18.1.6 llvm
2020

0 commit comments

Comments
 (0)