Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jun 12, 2024
1 parent 5c96a33 commit ef69b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ jobs:
id: build
shell: pwsh
run: |
setx PKG_CONFIG_PATH='C:/msys64/mingw64/lib/pkgconfig'
setx PATH="%PATH%;C:/msys64/mingw64/bin"
setx PKG_CONFIG_PATH 'C:/msys64/mingw64/lib/pkgconfig'
setx PATH "%PATH%;C:/msys64/mingw64/bin"
qmake
mingw32-make.exe qmake_all
mingw32-make.exe
Expand Down

0 comments on commit ef69b4c

Please sign in to comment.