Skip to content

Commit

Permalink
install unpinned kicad version
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Mar 20, 2024
1 parent 0563c78 commit 89f79b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89f79b7

Please sign in to comment.