Skip to content

Commit

Permalink
workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
slimcdk committed Nov 5, 2023
1 parent 12d3fee commit c83207e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/compile-production-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@ jobs:

- name: KiCAD main config file (kicad_common.json)
run: |
sudo mkdir -p /github/home/.config/kicad/7.0/
sudo chown -R $(id -u):$(id -g) /github/home/.config/kicad/7.0/
sudo mkdir -p $HOME/.config/kicad/7.0/
sudo chown -R $(id -u):$(id -g) $HOME/.config/kicad/7.0/
jq -n '{"environment": {"vars": {
"SLIMC_3DMODELS":"'$PWD'/esp-stepper-servo/dependencies/kicad-libraries/slimc/3d-packages",
"ESPRESSIF_3DMODELS":"'$PWD'/esp-stepper-servo/dependencies/kicad-libraries/espressif-kicad-libraries/3d",
}}}' > /github/home/.config/kicad/7.0/kicad_common.json

}}}' > $HOME/.config/kicad/7.0/kicad_common.json
- name: Generate full documentation
uses: INTI-CMNB/KiBot@v2_k7
with:
Expand Down

0 comments on commit c83207e

Please sign in to comment.