From 2004e43ef52d9cd98801228004a19af7632b44af Mon Sep 17 00:00:00 2001 From: Sarah Gilmore Date: Fri, 7 Jun 2024 15:58:25 -0400 Subject: [PATCH] fix yml syntax --- .github/workflows/crash_repro.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/crash_repro.yml b/.github/workflows/crash_repro.yml index 550bd0b0b48ee..78e7bc800dbd2 100644 --- a/.github/workflows/crash_repro.yml +++ b/.github/workflows/crash_repro.yml @@ -67,10 +67,10 @@ jobs: run: ./install/crash-repro/write-feather testfile.feather windows: - name: AMD64 Windows 2022 MATLAB + name: AMD64 Windows 2022 runs-on: windows-2022 steps: - - name: Check out repository + - name: Checkout repository uses: actions/checkout@v4 with: fetch-depth: 0 @@ -79,6 +79,7 @@ jobs: run: | call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 bash -c "ci/scripts/crash_repro.sh $(pwd)" - - name: Run Repro Script + - name: Run Repro Script + shell: cmd run: | bash -c "install/crash_repro/write_feather testfile.feather" \ No newline at end of file