We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014dcad commit cedeae0Copy full SHA for cedeae0
1 file changed
.github/workflows/ci-cd.yml
@@ -358,8 +358,8 @@ jobs:
358
- name: Pre-install ccache for gcov [FIXME]
359
if: steps.build_type.outputs.build_type == 'source'
360
run: >-
361
- apt update -y
362
- && apt install -y ccache
+ sudo apt update -y
+ && sudo apt install -y ccache
363
shell: bash
364
- name: Self-install (from ${{ steps.build_type.outputs.build_type }})
365
env:
0 commit comments