Revert "llm: only statically link libstdc++"

This reverts commit 5796bfc401.
This commit is contained in:
jmorganca
2024-07-06 15:10:48 -04:00
parent 5796bfc401
commit 6cea036027
2 changed files with 1 additions and 5 deletions

View File

@@ -304,10 +304,6 @@ jobs:
write-host "Installing plugin"
& "${env:RUNNER_TEMP}\plugin\*\kmscng.msi" /quiet
write-host "plugin installed"
- name: remove unwanted mingw dll.a files
run: |
Remove-Item "C:\mingw64\x86_64-w64-mingw32\lib\libpthread.dll.a"
Remove-Item "C:\mingw64\x86_64-w64-mingw32\lib\libwinpthread.dll.a"
- uses: actions/setup-go@v5
with:
go-version-file: go.mod