From 89f79b7895a5414ace87804fdb67ca0a166bf507 Mon Sep 17 00:00:00 2001 From: Sean Marquez Date: Tue, 19 Mar 2024 21:40:47 -0700 Subject: [PATCH] install unpinned kicad version --- playbook.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbook.yaml b/playbook.yaml index b527625..3f892f1 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -666,9 +666,9 @@ tasks: - name: Add PPA repository for KiCad 7.0 shell: add-apt-repository ppa:kicad/kicad-7.0-releases - - name: install KiCad {{ kicad_version }} with Apt + - name: install KiCad with Apt apt: - name: kicad={{ kicad_version_to_install }} + name: kicad update_cache: yes install_recommends: yes - name: Get KiCad version