Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Settgast <[email protected]>
  • Loading branch information
csett86 authored Aug 12, 2023
1 parent 223370d commit fd8ef2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
shell: bash
run: |
echo $PATH
export PATH=D:/a/Seamly2D/Qt/Tools/mingw1120_64/bin;$PATH
export "PATH=/d/a/Seamly2D/Qt/Tools/mingw1120_64/bin:$PATH"
which g++
which qmake
qmake.exe Seamly2D.pro -config release CONFIG+=noTests
Expand Down

0 comments on commit fd8ef2b

Please sign in to comment.