Skip to content

Commit

Permalink
Update cppVTK9DicomGUI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eidelen authored Oct 11, 2024
1 parent cdfacb4 commit d40ee6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppVTK9DicomGUI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install packages
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libglvnd-dev libproj-dev libvtk9-dev qt6-base-dev qt6-base-dev-tools
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libglvnd-dev libproj-dev libvtk9-dev qt6-base-dev qt6-base-dev-tools qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
- name: Check installed versions
run: cmake --version
- name: Configure Simple
Expand Down

0 comments on commit d40ee6d

Please sign in to comment.