Skip to content

Commit

Permalink
Fix running benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-veselov committed Aug 8, 2024
1 parent 3888ddb commit 6c884c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: cuda-toolkit
- name: Install CUDA
uses: Jimver/[email protected]

- name: Configure CMake
Expand All @@ -27,4 +27,4 @@ jobs:

- name: Benchmark
working-directory: ${{github.workspace}}/build/${{env.BUILD_TYPE}}
run: Benchmarks.exe
run: .\Benchmarks.exe

0 comments on commit 6c884c2

Please sign in to comment.