Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Nov 18, 2023
1 parent 8b5b3df commit f4a21dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Remove conflict dll paths
shell: powershell
run: |
get-command libprotobuf.dll
Remove-Item -Recurse -Force C:\mysql\bin
get-command libprotobuf.dll | format-list
Remove-Item -Recurse -Force "C:\Program Files\dotnet;C:\Program Files\MySQL\MySQL Server 8.0\bin"
- name: check sf exist
run: Powershell.exe -File .\build\_deps\service_fabric_cpp-src\scripts\check_sf_installed.ps1
Expand Down

0 comments on commit f4a21dc

Please sign in to comment.