1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-25 10:47:19 +01:00

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