Skip to content

Commit 30164e7

Browse files
committed
Continued working on fixing CI/CD build for Windows
1 parent 3b4953a commit 30164e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/remoteBuild.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,12 @@ jobs:
6161
- name: Install LLVM and dependencies (Windows)
6262
if: ${{ matrix.os == 'windows-latest' }}
6363
run: |
64+
ls C:\msys64\mingw64
6465
curl --output mingw-w64-x86_64-llvm-18.1.8-2-any.pkg.tar.zst "https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-llvm-18.1.8-2-any.pkg.tar.zst"
6566
curl --output mingw-w64-x86_64-llvm-libs-18.1.8-2-any.pkg.tar.zst "https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-llvm-libs-18.1.8-2-any.pkg.tar.zst"
6667
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-gcc --noconfirm
67-
C:\msys64\usr\bin\pacman -U mingw-w64-x86_64-llvm-18.1.8-2-any.pkg.tar.zst --noconfirm
6868
C:\msys64\usr\bin\pacman -U mingw-w64-x86_64-llvm-libs-18.1.8-2-any.pkg.tar.zst --noconfirm
69+
C:\msys64\usr\bin\pacman -U mingw-w64-x86_64-llvm-18.1.8-2-any.pkg.tar.zst --noconfirm
6970
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-zlib --noconfirm
7071
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-zstd --noconfirm
7172
- name: Install LLVM and dependencies (macOS)

0 commit comments

Comments
 (0)