Skip to content

Commit

Permalink
Merge pull request #821 from swiftwasm/maxd/glibcxx
Browse files Browse the repository at this point in the history
Fix Linux build requiring GLIBCXX_3.4.26
  • Loading branch information
MaxDesiatov authored Apr 27, 2020
2 parents c7e158c + 50433d3 commit efed91a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Free disk space
run: |
df -h
sudo apt-get purge libgcc-9-dev gcc-9 libstdc++-9-dev
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
Expand Down

0 comments on commit efed91a

Please sign in to comment.