Skip to content

Commit 6eef735

Browse files
committed
actions OPTIMIZE remove useless commands
1 parent 4e6d9ea commit 6eef735

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ jobs:
182182
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
183183
if: ${{ matrix.config.name == 'Coverity' }}
184184

185-
- name: Deps-coverity-fix-permissions
186-
run: |
187-
chmod go-w $HOME
188-
sudo chmod -R go-w /usr/share
189-
if: ${{ matrix.config.name == 'Coverity' }}
190-
191185
- name: Configure
192186
shell: bash
193187
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)