Skip to content

Commit

Permalink
fix yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jun 7, 2024
1 parent 67d98a1 commit 2004e43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/crash_repro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit 2004e43

Please sign in to comment.