Skip to content

Commit

Permalink
Update cppVTK9Dicom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eidelen authored Aug 5, 2023
1 parent e5c8f07 commit cfb6447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppVTK9Dicom.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 install -y build-essential cmake libglvnd-dev libproj-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libglvnd-dev libproj-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
- name: Build VTK9
run: mkdir vtk9 && cd vtk9 && git clone https://github.com/Kitware/VTK.git && cd VTK && git checkout v9.2.2 && mkdir build && cd build && cmake .. && make
- name: Configure Simple
Expand Down

0 comments on commit cfb6447

Please sign in to comment.