We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53b54f commit 1871494Copy full SHA for 1871494
2 files changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
sudo add-apt-repository --yes ppa:kicad/kicad-10.0-releases
21
sudo apt-get update
22
- sudo apt-get install -y cmake ninja-build kicad kicad-library-all
+ sudo apt-get install -y cmake ninja-build kicad kicad-libraries
23
- uses: actions/setup-python@v6
24
with:
25
python-version: '3.12'
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
26
0 commit comments