Skip to content

Commit cedeae0

Browse files
committed
fixup! privileges
1 parent 014dcad commit cedeae0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ jobs:
358358
- name: Pre-install ccache for gcov [FIXME]
359359
if: steps.build_type.outputs.build_type == 'source'
360360
run: >-
361-
apt update -y
362-
&& apt install -y ccache
361+
sudo apt update -y
362+
&& sudo apt install -y ccache
363363
shell: bash
364364
- name: Self-install (from ${{ steps.build_type.outputs.build_type }})
365365
env:

0 commit comments

Comments
 (0)