Skip to content

Commit

Permalink
Try and fix loading into kicad by pinning kicad version
Browse files Browse the repository at this point in the history
  • Loading branch information
kasbah committed Jan 25, 2023
1 parent 9cfe6e7 commit 3cdbd13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/load_into_kicad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
# commenting out ppa due to seg-faults in latest kicad 6
# - run: sudo apt-get install -qq -y software-properties-common
# - run: sudo add-apt-repository -y ppa:kicad/kicad-6.0-releases
- run: sudo apt-get update -qq
- run: sudo apt-get install -qq -y software-properties-common
- run: sudo add-apt-repository -y ppa:kicad/kicad-6.0-releases
- run: sudo apt-get update -qq
- run: sudo apt-get install -qq -y --no-install-recommends kicad
- run: sudo apt-get install -qq -y --no-install-recommends 'kicad=6.0.2+dfsg-1'
- run: ./init
- run: ./update
- run: python3 load_all.py
Expand Down

0 comments on commit 3cdbd13

Please sign in to comment.