Skip to content

Commit 7546e3b

Browse files
authored
Merge pull request #83 from thewtex/apt-get-update
COMP: Run apt-get update in Linux Azure build
2 parents febab1f + 4bd4208 commit 7546e3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/Testing/azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITKExamples.git ITKExamples-dashboard
1717
1818
sudo pip3 install ninja
19+
sudo apt-get update
1920
sudo apt-get install -y python3-venv
2021
2122
c++ --version

0 commit comments

Comments
 (0)