Skip to content

Commit

Permalink
Fix path to executable
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jun 7, 2024
1 parent 4ab6375 commit 4eb7ddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/crash_repro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build Crash Executable
run: ci/scripts/crash_repro.sh $(pwd)
- name: Run Repro Script
run: ./install/crash-repro/write-feather testfile.feather
run: ./crash-repro/install/write-feather testfile.feather

macos:
name: ${{ matrix.architecture }} macOS ${{ matrix.macos-version }} MATLAB
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Build Crash Executable
run: ci/scripts/crash_repro.sh $(pwd)
- name: Run Repro Script
run: ./install/crash-repro/write-feather testfile.feather
run: ./crash-repro/install/write-feather testfile.feather

windows:
name: AMD64 Windows 2022
Expand All @@ -82,4 +82,4 @@ jobs:
- name: Run Repro Script
shell: cmd
run: |
bash -c "install/crash_repro/write_feather testfile.feather"
bash -c "crash-repro/install/write_feather testfile.feather"

0 comments on commit 4eb7ddf

Please sign in to comment.