Update build.yml

This commit is contained in:
Jay Lee
2023-04-04 11:57:30 -04:00
committed by GitHub
parent 30d685a6f7
commit 85d6305874

View File

@@ -417,8 +417,8 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
run: |
sudo add-apt-repository ppa:savoury1/curl34 -y
sudo apt update
sudo apt --only-upgrade curl
sudo apt-get update
sudo apt-get install --only-upgrade curl
- name: Upgrade pip, wheel, etc
run: |