feat: Updates apt update command to allow insecure repositories, which is failing in ci runs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user