actions OPTIMIZE remove useless commands
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index eded095..b6dc78f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -182,12 +182,6 @@
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
if: ${{ matrix.config.name == 'Coverity' }}
- - name: Deps-coverity-fix-permissions
- run: |
- chmod go-w $HOME
- sudo chmod -R go-w /usr/share
- if: ${{ matrix.config.name == 'Coverity' }}
-
- name: Configure
shell: bash
working-directory: ${{ github.workspace }}