Upstream KiCad-Diff (#5195)

* switch to leoheck's branch

* get specific commit
This commit is contained in:
David Holdeman 2023-03-23 12:19:31 -05:00 committed by GitHub
parent d43da9339c
commit 4a8cc9b84b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,10 @@ jobs:
pip install python-dateutil pygubu
- name: Get KiCad-Diff
run: git clone -b exit-nicely https://github.com/chuckwagoncomputing/KiCad-Diff.git
run: |
git clone https://github.com/leoheck/KiCad-Diff.git
cd KiCad-Diff
git reset --hard 4d018507e511129951a332a0d2d14e1c11be3eaa
- name: Set SSH variables
env: