feat: Updates apt update command to allow insecure repositories, which is failing in ci runs.

This commit is contained in:
2025-01-26 09:41:42 -05:00
parent 3db8597c3e
commit 862a978148

View File

@@ -13,7 +13,7 @@ runs:
&& echo "deb [arch=all,$(dpkg --print-architecture) signed-by=/usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg] \
https://proget.makedeb.org prebuilt-mpr $(lsb_release -cs)" \
| sudo tee /etc/apt/sources.list.d/prebuilt-mpr.list \
&& sudo apt update
&& sudo apt update --allow-insecure-repositories
- name: Setup just.
shell: bash
run: sudo apt install -y just