clone hellen-one if needed

This commit is contained in:
rusefillc 2024-01-12 00:42:46 -05:00
parent e27acac083
commit fd2951bba3
1 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,15 @@ jobs:
token: ${{ env.TOKEN }}
submodules: recursive
- name: clone hellen-one if needed
run: |
if [ -d hellen-one ]; then
echo Found hellen-one
else
git clone https://github.com/andreika-git/hellen-one
ls -l hellen-one
fi
- name: Install kicad
run: |
sudo add-apt-repository --yes ppa:kicad/kicad-7.0-releases