From cfb6447df296f333ce5e93d89d04537bef23c03d Mon Sep 17 00:00:00 2001 From: Adrian Schneider Date: Sat, 5 Aug 2023 11:22:34 +0200 Subject: [PATCH] Update cppVTK9Dicom.yml --- .github/workflows/cppVTK9Dicom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cppVTK9Dicom.yml b/.github/workflows/cppVTK9Dicom.yml index 457b067..7b5435a 100644 --- a/.github/workflows/cppVTK9Dicom.yml +++ b/.github/workflows/cppVTK9Dicom.yml @@ -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