From 5f654029613b22d9caa07eefbd60c9afa5766f89 Mon Sep 17 00:00:00 2001 From: Mike Cunneen Date: Thu, 21 Aug 2025 18:56:49 +0800 Subject: [PATCH] ci: :construction_worker: GH actions : sudo make me a sandwich --- .github/workflows/extract-refstyle-badges.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/extract-refstyle-badges.yml b/.github/workflows/extract-refstyle-badges.yml index 2a2f7f0..2d7a3eb 100644 --- a/.github/workflows/extract-refstyle-badges.yml +++ b/.github/workflows/extract-refstyle-badges.yml @@ -11,9 +11,9 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - name: update apt - run: apt-get update + run: sudo apt-get update - name: install gawk and git - run: apt-get install -y gawk git + run: sudo apt-get install -y gawk git - name: extract refstyle badges run: ${{github.workspace}}/.github/scripts/extract-refstyle-badges/extract-refstyle-badges.sh - name: display modified README in GH action logs