Skip to content

Commit 85a8e7e

Browse files
committed
Update azure pipelines (linux)
1 parent 07325fe commit 85a8e7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ pool:
2525
vmImage: ubuntu-22.04
2626

2727
steps:
28+
- script: sudo apt update && sudo apt upgrade -y
29+
displayName: 'Ensure the system is up-to-date'
30+
2831
- script: sudo apt update && sudo apt install -y g++ cmake libssl-dev
2932
displayName: 'Install g++ cmake libssl-dev'
3033

0 commit comments

Comments
 (0)