Skip to content

Commit

Permalink
last time didnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx authored Dec 2, 2023
1 parent 825075f commit 98945b0
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/tests-rocm-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: windows-latest
defaults:
run:
shell: bash
shell: pwsh

steps:
- uses: actions/checkout@v3
Expand All @@ -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: |
Expand Down

0 comments on commit 98945b0

Please sign in to comment.