Skip to content

Commit

Permalink
dsa
Browse files Browse the repository at this point in the history
  • Loading branch information
FDSoftware committed Mar 26, 2022
1 parent 760f5da commit 8521ffb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:

- name: pull kicad deeps
run:
add-apt-repository ppa:kicad/kicad-6.0-releases --yes
apt update --yes
apt install kicad --yes
sudo add-apt-repository ppa:kicad/kicad-6.0-releases --yes
sudo apt update --yes
sudo apt install kicad --yes

# Get the version of the GitHub release for use later. This is only valid
# when run in a release context
Expand Down

0 comments on commit 8521ffb

Please sign in to comment.