Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Mar 31, 2024
1 parent b34a13a commit 68704f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: choco install mono -y

- name: Compile C# Program
run: mcs /out:YourProgram.exe YourProgram.cs
run: msbuild TCPConnections~/TCPConnections~.csproj /p:Configuration=Release


- name: download llamafile
Expand All @@ -32,5 +32,5 @@ jobs:
run: |
llamafile/llamafile-0.6.2/bin/llamafile.exe --port 13333 -m model.gguf --log-disable --nobrowser -ngl 0 --gpu no &
sleep 5
TCPConnections~/TCPConnections.exe
TCPConnections~/bin/Release/*/TCPConnections~.exe
timeout-minutes: 1

0 comments on commit 68704f1

Please sign in to comment.