Skip to content

Commit

Permalink
Update reach.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Jan 13, 2025
1 parent 42541e2 commit e0ac36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install
run: cd build && sudo cmake --install . --config Debug
- name: quicreach *
run: /usr/local/lib/quicreach '*' --parallel 8 --stats --csv build/data.csv
run: /usr/local/bin/quicreach '*' --parallel 8 --stats --csv build/data.csv
- name: Save results
if: github.event_name != 'pull_request'
run: |
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
run: cd build && cmake --install . --config Debug
- name: quicreach *
run: |
& 'C:/Program Files/quicreach/lib/quicreach' '*' --parallel 8 --stats --csv build/data.csv
& 'C:/Program Files/quicreach/bin/quicreach' '*' --parallel 8 --stats --csv build/data.csv

0 comments on commit e0ac36b

Please sign in to comment.