mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
[packages] Fix tests; YAML interpretation of 'yes' is not a bool
This commit is contained in:
parent
5277892e4f
commit
c22bbea528
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ operations: []
|
||||||
|
|
||||||
pacman:
|
pacman:
|
||||||
num_retries: 4
|
num_retries: 4
|
||||||
disable_download_timeout: yes
|
disable_download_timeout: true
|
||||||
needed_only: true
|
needed_only: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue