Skip to content

Commit fdcfd11

Browse files
committed
Append conda libpath to Windows LIB
1 parent a37ddf3 commit fdcfd11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,14 @@ jobs:
107107
run: |
108108
Remove-Item -Path "C:\Program Files\Git\usr\bin\link.exe" -Force
109109
110+
- name: Add conda environment libpath to Windows LIB (not LIBPATH)
111+
run: |
112+
echo "LIB=$env:LIB;$env:CONDA_PREFIX\Library\lib" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
113+
110114
- name: View environment variables
111115
run: |
112116
ls env:
117+
ls env:LIB
113118
114119
- name: Configure, build, and install HeatModelF
115120
run: |

0 commit comments

Comments
 (0)