Skip to content

Commit

Permalink
revert(ci): executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jan 7, 2024
1 parent bb69431 commit e599789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
&& cmake --build . --config Debug
- name: Run Tests
run: "./build/tests/lime-tests.exe"
run: "./build/tests/Debug/lime-tests.exe"

test-windows:
runs-on: windows-latest
Expand All @@ -68,4 +68,4 @@ jobs:
&& cmake --build . --config Debug
- name: Run Tests
run: "./build/tests/lime-tests.exe"
run: "./build/tests/Debug/lime-tests.exe"

0 comments on commit e599789

Please sign in to comment.