Skip to content

Commit b6cf4c7

Browse files
committed
fix: refine codes
1 parent e9bc15a commit b6cf4c7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/codeql_c_cpp_analysis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ jobs:
6363
6464
- name: Free up disk space
6565
run: |
66-
sudo apt-get clean
67-
sudo rm -rf /usr/local/share/dotnet
68-
sudo rm -rf /opt/hostedtoolcache
69-
docker system prune --all --force --volumes
66+
apt-get clean
7067
7168
- name: Analyze with CodeQL
7269
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)