Skip to content

Commit

Permalink
Debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 5, 2024
1 parent 0ebf0ee commit 3ef8c63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

defaults:
run:
shell: cmd /C call D:\a\_temp\setup-msys2\msys2.CMD "-c {0}"
shell: msys {0}

steps:
- uses: actions/checkout@v1
Expand All @@ -31,6 +31,9 @@ jobs:
with:
channels: conda-forge

- name: debug
run: |
ls D:/Miniconda
- name: install host sbcl
shell: pwsh
working-directory: ../sbcl
Expand Down

0 comments on commit 3ef8c63

Please sign in to comment.