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:
parent
00439052e6
commit
f36098d60f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user