Skip to content

Commit

Permalink
stub stub
Browse files Browse the repository at this point in the history
  • Loading branch information
mxyng committed Mar 27, 2024
1 parent db75402 commit 8838ae7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ jobs:
touch llm/llama.cpp/ggml-metal.metal
if: ${{ startsWith(matrix.os, 'macos-') }}
- run: |
mkdir -p llm/llama.cpp/build/windows/$ARCH/stub/lib/
touch llm/llama.cpp/build/windows/$ARCH/stub/lib/stub.dll
mkdir -p llm/llama.cpp/build/windows/$ARCH/stub/stub/lib/
touch llm/llama.cpp/build/windows/$ARCH/stub/stub/lib/stub.dll
if: ${{ startsWith(matrix.os, 'windows-') }}
- uses: golangci/golangci-lint-action@v3
test:
Expand Down Expand Up @@ -211,8 +211,8 @@ jobs:
touch llm/llama.cpp/ggml-metal.metal
if: ${{ startsWith(matrix.os, 'macos-') }}
- run: |
mkdir -p llm/llama.cpp/build/windows/$ARCH/stub/lib/
touch llm/llama.cpp/build/windows/$ARCH/stub/lib/stub.dll
mkdir -p llm/llama.cpp/build/windows/$ARCH/stub/stub/lib/
touch llm/llama.cpp/build/windows/$ARCH/stub/stub/lib/stub.dll
if: ${{ startsWith(matrix.os, 'windows-') }}
- run: go build
- run: go test -v ./...
Expand Down

0 comments on commit 8838ae7

Please sign in to comment.