From e2355aae377957d17512acae776fbc1981bda795 Mon Sep 17 00:00:00 2001 From: ChHuang Date: Thu, 18 Jul 2024 14:48:52 +0200 Subject: [PATCH] add sudo --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2886340..30f067b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,8 +13,8 @@ jobs: steps: - name: Install osc run: | - apt-get update -y - apt-get install -y osc + sudo apt-get update -y + sudo apt-get install -y osc - name: Config osc run: >- cat > $HOME/.oscrc <