Skip to content

Commit

Permalink
Merge pull request #18617 from charris/fix-gcc48-test
Browse files Browse the repository at this point in the history
CI: Update apt package list before Python install
  • Loading branch information
charris committed Mar 15, 2021
2 parents 26c87b0 + 2f5e65c commit b947264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Expand Up @@ -237,6 +237,7 @@ stages:
vmImage: 'ubuntu-18.04'
steps:
- script: |
sudo apt update
sudo apt install python3.7
sudo apt install python3.7-dev
if ! `gcc-4.8 2>/dev/null`; then
Expand Down

0 comments on commit b947264

Please sign in to comment.