Skip to content

Commit

Permalink
Setup Qt environment for sample build in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dpasukhi committed Feb 2, 2025
1 parent a6dee1d commit 4118aa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build-sample-qt/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ runs:
REM Setup environment
call "%github.workspace%\occt-install\env.bat" vc14 win64 Release
REM Setup Qt environment
set "QTDIR=%github.workspace%\3rdparty-vc14-64\qt5.11.2-vc14-64"
set "PATH=%QTDIR%\bin;%PATH%"
REM Build IESample
cd IESample
Expand Down

0 comments on commit 4118aa3

Please sign in to comment.