Upstream KiCad-Diff (#5195)
* switch to leoheck's branch * get specific commit
This commit is contained in:
parent
d43da9339c
commit
4a8cc9b84b
|
@ -26,7 +26,10 @@ jobs:
|
||||||
pip install python-dateutil pygubu
|
pip install python-dateutil pygubu
|
||||||
|
|
||||||
- name: Get KiCad-Diff
|
- 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
|
- name: Set SSH variables
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue