Skip to content

Commit

Permalink
ci: use string, not number
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Jul 2, 2024
1 parent e336365 commit 8d0e087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: Cysharp/Actions/.github/workflows/benchmark.yaml@main
with:
branch: ${{ needs.prepare.outputs.branch }}
dotnet-version: 8.0
dotnet-version: "8.0"
environment: benchmark
client-args-format: "-u http://{0}:5000 -s streaminghub --channels 1 --streams 1" # {0} will be replaced with server address
client-csproj: "perf/BenchmarkApp/PerformanceTest.Client/PerformanceTest.Client.csproj"
Expand Down

0 comments on commit 8d0e087

Please sign in to comment.