Skip to content

Commit

Permalink
debug windows2
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Mar 28, 2024
1 parent e9f7631 commit 9ac84fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ jobs:
auto-update-conda: false

- name: Install conda dependencies
run: conda install -c conda-forge boost-cpp bzip2 libxml2 zlib
run: |
conda install -c conda-forge boost-cpp bzip2 libxml2 zlib
$CONDA_BASE = conda info --base
"$CONDA_BASE\include" | Out-File -FilePath $env:GITHUB_PATH -Append
"$CONDA_BASE\lib" | Out-File -FilePath $env:GITHUB_PATH -Append
- name: Configure tests
run: |
Expand Down

0 comments on commit 9ac84fe

Please sign in to comment.