Skip to content

Commit

Permalink
Update cppVTK6Dicom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eidelen committed Aug 5, 2023
1 parent 4480065 commit e5c8f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppVTK6Dicom.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 libvtk6-dev cmake libproj-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
run: sudo apt-get update && sudo apt-get install -y libvtk6-dev cmake libproj-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
- name: Build VTK-Dicom
run: git clone https://github.com/dgobbi/vtk-dicom.git && cd vtk-dicom && mkdir build && cd build && cmake .. && make

Expand Down

0 comments on commit e5c8f07

Please sign in to comment.