Skip to content

Commit

Permalink
debugging link error for simple.api on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-roussel committed Jan 16, 2025
1 parent 5285557 commit 14081bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ jobs:
conda list
env
- name: Debug [ Windows ]
shell: bash -l {0}
run: |
echo "-------------------"
ls C:/Users/runneradmin/miniconda3/envs/sofa/Library/lib/
echo "-------------------"
- name: Configure [Conda / Linux & macOS]
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
shell: bash -l {0}
Expand Down

0 comments on commit 14081bc

Please sign in to comment.