Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Sep 30, 2024
1 parent bc7af15 commit 43aae4f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@master

# Install system packages
- name: Install System Packages
uses: ConorMacBride/install-package@v1
with:
brew: curl
apt: libcurl4-openssl-dev
choco: curl

# Install Qt
- name: Install Qt on Ubuntu
uses: jurplel/install-qt-action@v4
Expand Down Expand Up @@ -136,7 +144,7 @@ jobs:
options: |
ITK-DIR:FILEPATH=${{github.workspace}}/itk/install/lib/cmake/ITK-5.4
VTK-DIR:FILEPATH=${{github.workspace}}/vtk/install/lib/cmake/vtk-9.3
CMAKE_PREFIX_PATH:FILEPATH=${{github.workspace}}/Qt/6.6.3/linux/lib/cmake
CMAKE_PREFIX_PATH:FILEPATH=${{github.workspace}}/../Qt/6.6.3/linux/lib/cmake
CMAKE_BUILD_TYPE:STRING=Release

Expand Down

0 comments on commit 43aae4f

Please sign in to comment.