From 8521ffbf8c90232d670c176b72da68610d8523d1 Mon Sep 17 00:00:00 2001 From: FDSoftware Date: Sat, 26 Mar 2022 10:59:40 -0300 Subject: [PATCH] dsa --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2757f8..3b548f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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