diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 5d6130ec..43e9f33e 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -62,7 +62,9 @@ jobs:
- name: Restore packages
run: dotnet restore LLamaSharp.sln
- name: Build
- run: dotnet build LLamaSharp.sln -c release --no-restore
+ run: |
+ dotnet build LLama/LLamaSharp.csproj -c release --no-restore
+ dotnet build LLama.Benchmark/LLama.Benchmark.csproj -c release --no-restore
- name: Run benchmark test
run: dotnet run LLama.Benchmark -c release
- name: Upload artifacts
diff --git a/LLama.Benchmark/LLama.Benchmark.csproj b/LLama.Benchmark/LLama.Benchmark.csproj
index 31f2c173..a40bb66a 100644
--- a/LLama.Benchmark/LLama.Benchmark.csproj
+++ b/LLama.Benchmark/LLama.Benchmark.csproj
@@ -14,7 +14,7 @@
-
+