-
Notifications
You must be signed in to change notification settings - Fork 465
Open
Description
Version
azure-functions-core-tools-4
Description
I install the function core tools in my CICD workflow in github actions like this:
sudo apt-get install azure-functions-core-tools-4
This always worked, but since yesterday I get this error:
Err:1 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 azure-functions-core-tools-4 amd64 4.6.0-1
404 Not Found [IP: 13.107.213.51 443]
E: Failed to fetch https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/3c/7a65/azure-functions-core-tools-4_4.6.0-1_amd64.deb 404 Not Found [IP: 13.107.213.51 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Steps to reproduce
Run
sudo apt-get install azure-functions-core-tools-4
in github action ubutu-latest.
Reactions are currently unavailable