ci: 👷 GH actions : sudo make me a sandwich

This commit is contained in:
Mike Cunneen 2025-08-21 18:56:49 +08:00
parent 7111c55fa7
commit 5f65402961

View file

@ -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