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 6d1b42e commit ad055a4Copy full SHA for ad055a4
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Free disk space
20
run: |
21
df -h
22
- sudo apt-get purge libgcc-9-dev gcc-9 libstdc++-9-dev
+ sudo apt-get purge libgcc-9-dev gcc-9 libstdc++-9-dev clang-6.0 llvm-6.0
23
sudo swapoff -a
24
sudo rm -f /swapfile
25
sudo rm -rf /opt/hostedtoolcache
0 commit comments