From 98945b0d38770de421e6835ffb33000bcee34b0a Mon Sep 17 00:00:00 2001 From: YellowRoseCx <80486540+YellowRoseCx@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:52:43 -0600 Subject: [PATCH] last time didnt work --- .github/workflows/tests-rocm-windows.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests-rocm-windows.yml b/.github/workflows/tests-rocm-windows.yml index 7e28e3d0bcf90..1bb1f0d886ce1 100644 --- a/.github/workflows/tests-rocm-windows.yml +++ b/.github/workflows/tests-rocm-windows.yml @@ -25,7 +25,7 @@ jobs: runs-on: windows-latest defaults: run: - shell: bash + shell: pwsh steps: - uses: actions/checkout@v3 @@ -34,12 +34,20 @@ jobs: ref: work-main-dev submodules: 'recursive' - - name: Build with make - run: | + - name: Setup MSYS2 + uses: msys2/setup-msys2@v2 + with: + update: true + install: >- + base-devel + mingw-w64-x86_64-toolchain + + - name: Build with make + run: | Set-Location 'D:\a\koboldcpp-rocm\koboldcpp-rocm' Get-Location ls - make LLAMA_CLBLAST=1 LLAMA_OPENBLAS=1 + make CC=gcc LLAMA_CLBLAST=1 LLAMA_OPENBLAS=1 - name: Install ROCm SDK run: |