Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jun 13, 2024
1 parent 4169f6b commit 2c19448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ jobs:
- name: mingw-build
id: build
shell: pwsh
env: |
PKG_CONFIG_PATH 'C:/msys64/mingw64/lib/pkgconfig'
PATH "%PATH%;C:/msys64/mingw64/bin"
env:
PKG_CONFIG_PATH: 'C:/msys64/mingw64/lib/pkgconfig'
PATH: "%PATH%;C:/msys64/mingw64/bin"
run:
qmake
mingw32-make.exe qmake_all
Expand Down

0 comments on commit 2c19448

Please sign in to comment.