Skip to content

Commit

Permalink
Add sudo to GH actions command
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Aug 16, 2023
1 parent 018c748 commit 51ca22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: dotnet build -c Release

- name: Run ${{ github.event.inputs.benchmark_name }} benchmark
run: dotnet run -c Release --no-build --filter '${{ github.event.inputs.benchmark_name }}'
run: sudo dotnet run -c Release --no-build --filter '${{ github.event.inputs.benchmark_name }}'
working-directory: ./src/Lynx.Benchmark

- name: 'Upload ${{ matrix.os }} artifacts'
Expand Down

0 comments on commit 51ca22c

Please sign in to comment.