workflows: remove bundled boost

This commit is contained in:
selsta 2020-01-17 01:57:10 +01:00
parent 00439052e6
commit f36098d60f
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -22,6 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: remove bundled boost
run: sudo rm -rf /usr/local/share/boost
- name: update apt
run: sudo apt update
- name: install monero dependencies