Skip to content

Commit

Permalink
temporarily install unpinned kicad
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Dec 10, 2024
1 parent 3dc71f8 commit 7d260cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
shell: add-apt-repository ppa:kicad/kicad-7.0-releases
- name: install KiCad {{ kicad_version }} with Apt
apt:
name: kicad={{ kicad_version_to_install }}
name: kicad
update_cache: yes
install_recommends: yes
- name: Get KiCad version
Expand All @@ -607,10 +607,10 @@
- name: Display KiCad versions
debug:
msg: "kicad = {{ installed_kicad_version.stdout }}"
- name: Test KiCad version
fail:
msg: "KiCad Version Error: Expected {{ kicad_version }} | Found {{ installed_kicad_version.stdout }}"
when: installed_kicad_version.stdout != kicad_version
# - name: Test KiCad version
# fail:
# msg: "KiCad Version Error: Expected {{ kicad_version }} | Found {{ installed_kicad_version.stdout }}"
# when: installed_kicad_version.stdout != kicad_version

-
# install FreeCAD
Expand Down

0 comments on commit 7d260cf

Please sign in to comment.