Type of issue
Describe the issue
We are using third party libraries in our applications and we need to install these dependencies while building/validating the source. Here is an example use :
- name: Add Firefly repository
run: |
echo "deb [trusted=yes] http://wiki.t-firefly.com/firefly-ubuntu-repo jammy main" | sudo tee /etc/apt/sources.list.d/firefly.list
sudo apt-get update
apt-get update fails with error
To Reproduce
List the steps to reproduce the behavior:
Expected behavior
It should access to third party repo wihout an error
Screenshots
Desktop (please complete the following information):
Additional context
Setup Job output:
Add any other context about the problem here.