Skip to content

Commit 67d5a72

Browse files
Update llvm-c-api-windows.yml
1 parent 261a12d commit 67d5a72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/llvm-c-api-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
- name: Install 7zip
5454
shell: pwsh
5555
run: |
56-
choco install 7zip -y
56+
choco install libarchive -y
5757
5858
- name: Unpacking LLVM project
5959
shell: pwsh
6060
run: |
61-
tar -xJf llvm-project-17.0.6.src.tar.xz
61+
bsdtar -xJf llvm-project-17.0.6.src.tar.xz
6262
Rename-Item -Path "llvm-project-17.0.6.src" -NewName "llvm-project"
6363
6464
- name: Preparing for build (LLVM-C API)

0 commit comments

Comments
 (0)