Skip to content

Commit

Permalink
Update pcb-artifacts-modulev490-allinone.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartpittaway committed Apr 10, 2024
1 parent c8295c0 commit 35f617d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pcb-artifacts-modulev490-allinone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
container: setsoft/kicad_auto:ki7

steps:
- name: Update system repositories, Install Required Libraries and Initialize git-lfs
run: |
apt update
apt -y install git git-lfs zip librsvg2-bin imagemagick
git lfs install
- name: Checkout Repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 35f617d

Please sign in to comment.