Skip to content

Commit

Permalink
fix msys2 rootdir output name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyd2019 authored Dec 31, 2020
1 parent 8c2dae3 commit 672ea15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
shell: cmd
run: |
"%windir%\SysWOW64\WindowsPowerShell\v1.0\PowerShell.exe" -NoProfile -ExecutionPolicy Bypass -Command "Get-Process | Where-Object { $_.Modules.ModuleName -contains 'msys-2.0.dll' } | Stop-Process -Force"
del "${{ steps.msys2.outputs.msysRootDir }}\etc\rebase.db.*"
call "${{ steps.msys2.outputs.msysRootDir }}\autorebase.bat"
del "${{ steps.msys2.outputs.rootdir }}\etc\rebase.db.*"
call "${{ steps.msys2.outputs.rootdir }}\autorebase.bat"
- name: Build
run: |
Expand Down

0 comments on commit 672ea15

Please sign in to comment.