Skip to content

Commit

Permalink
Remove Release folder
Browse files Browse the repository at this point in the history
  • Loading branch information
whyb committed Jan 7, 2025
1 parent 123bd00 commit 690ea5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
run: cmake --build build --config Release

- name: Run example tests
run: build/Release/example
run: build/example

- name: Run benchmark tests
run: build/Release/benchmark
run: build/benchmark

- name: Run example-opencv tests
run: build/Release/example-opencv
run: build/example-opencv


build-windows:
Expand Down

0 comments on commit 690ea5b

Please sign in to comment.