From 5b2b0cf6d5df2f3d75986a16408a7bba0a4a8f52 Mon Sep 17 00:00:00 2001 From: Sarah Gilmore Date: Fri, 7 Jun 2024 17:23:43 -0400 Subject: [PATCH] change exe call --- .github/workflows/crash_repro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crash_repro.yml b/.github/workflows/crash_repro.yml index c69cd5dcb63c1..335672d0dddab 100644 --- a/.github/workflows/crash_repro.yml +++ b/.github/workflows/crash_repro.yml @@ -82,4 +82,4 @@ jobs: - name: Run Repro Script shell: cmd run: | - crash-repro/install/write_feather testfile.feather \ No newline at end of file + cd crash-repro/install && write_feather.exe testfile.feather \ No newline at end of file