re-order installation of tinyalsa packages to avoid dependency issues
This commit is contained in:
parent
81df5538c3
commit
8155e9d7ce
1 changed files with 1 additions and 1 deletions
|
@ -112,8 +112,8 @@
|
|||
ansible.builtin.apt:
|
||||
deb: "/opt/repos/{{ item }}"
|
||||
loop:
|
||||
- "libtinyalsa-dev_2.0.0+git20240621-7f06b2f-3_arm64.deb"
|
||||
- "libtinyalsa_2.0.0+git20240621-7f06b2f-3_arm64.deb"
|
||||
- "libtinyalsa-dev_2.0.0+git20240621-7f06b2f-3_arm64.deb"
|
||||
- "tinyalsa_2.0.0+git20240621-7f06b2f-3_arm64.deb"
|
||||
|
||||
- name: "Build Debian package for q6voiced"
|
||||
|
|
Loading…
Reference in a new issue