mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Update install.yml
This commit is contained in:
parent
9fe94b86d2
commit
0029483139
37
.github/workflows/install.yml
vendored
37
.github/workflows/install.yml
vendored
@ -9,7 +9,38 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: df -h
|
- run: df -h
|
||||||
- uses: actions/checkout@v4
|
- run: |
|
||||||
- name: install
|
sudo rm -rf /usr/local/lib/android
|
||||||
run: sudo ./bin/wally-tool-chain-install.sh
|
df -h
|
||||||
|
- run: |
|
||||||
|
sudo rm -rf /usr/share/dotnet
|
||||||
|
df -h
|
||||||
|
- run: |
|
||||||
|
sudo rm -rf /opt/ghc
|
||||||
|
df -h
|
||||||
|
- run: |
|
||||||
|
sudo rm -rf /opt/hostedtoolcache/CodeQL
|
||||||
|
df -h
|
||||||
|
- run: |
|
||||||
|
sudo docker image prune --all --force
|
||||||
|
df -h
|
||||||
|
- run: |
|
||||||
|
sudo apt-get purge -y \
|
||||||
|
'^llvm-.*' \
|
||||||
|
'php.*' \
|
||||||
|
'^mongodb-.*' \
|
||||||
|
'^mysql-.*' \
|
||||||
|
azure-cli \
|
||||||
|
google-cloud-cli \
|
||||||
|
google-chrome-stable \
|
||||||
|
firefox \
|
||||||
|
powershell \
|
||||||
|
microsoft-edge-stable \
|
||||||
|
mono-devel
|
||||||
|
sudo apt-get autoremove -y
|
||||||
|
sudo apt-get clean
|
||||||
|
df -h
|
||||||
|
#- uses: actions/checkout@v4
|
||||||
|
#- name: install
|
||||||
|
# run: sudo ./bin/wally-tool-chain-install.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user