Skip to content

Commit c675b53

Browse files
committed
Finished fixing CI/CD Windows build
1 parent 30164e7 commit c675b53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .github/workflows/remoteBuild.yml

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
- name: Install LLVM and dependencies (Windows)
6262
if: ${{ matrix.os == 'windows-latest' }}
6363
run: |
64-
ls C:\msys64\mingw64
6564
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"
6665
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"
6766
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-gcc --noconfirm

0 commit comments

Comments
 (0)