Description
Running Run sudo apt-get install libcurl4-openssl-dev in github actions fails with an error
This looks like a clone of #675
Platforms affected
Runner images affected
Image version and build link
Not sure what this is asking? I cannot find the link flow. Where is "Set up job"
Is it regression?
I believe so from #675
Expected behavior
The sudo command to install packages
Actual behavior
Suggested packages:
libcurl4-doc libidn11-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev
The following NEW packages will be installed:
libcurl4-openssl-dev
0 upgraded, 1 newly installed, 0 to remove and 20 not upgraded.
Need to get 322 kB of archives.
After this operation, 1543 kB of additional disk space will be used.
Ign:1 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4-openssl-dev amd64 7.68.0-1ubuntu2.13
Err:1 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4-openssl-dev amd64 7.68.0-1ubuntu2.13
404 Not Found [IP: 52.[25](https://github.com/Globacap/web-automation/actions/runs/3342414147/jobs/5537865982#step:2:26)2.75.106 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/c/curl/libcurl4-openssl-dev_7.68.0-1ubuntu2.13_amd64.deb 404 Not Found [IP: 52.252.75.106 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Process completed with exit code 100.
Repro steps
As described
Description
Running
Run sudo apt-get install libcurl4-openssl-devin github actions fails with an errorThis looks like a clone of #675
Platforms affected
Runner images affected
Image version and build link
Not sure what this is asking? I cannot find the link flow. Where is "Set up job"
Is it regression?
I believe so from #675
Expected behavior
The sudo command to install packages
Actual behavior
Repro steps
As described