mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-22 23:28:45 +00:00
Merge pull request #2727
0043905
workflows: update checkout to v2 (selsta)f36098d
workflows: remove bundled boost (selsta)
This commit is contained in:
commit
2058c78943
1 changed files with 5 additions and 3 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- name: update brew and install dependencies
|
- name: update brew and install dependencies
|
||||||
run: brew update && brew install boost hidapi zmq libpgm unbound libsodium miniupnpc ldns expat libunwind-headers protobuf qt5
|
run: brew update && brew install boost hidapi zmq libpgm unbound libsodium miniupnpc ldns expat libunwind-headers protobuf qt5
|
||||||
- name: build
|
- name: build
|
||||||
|
@ -21,7 +21,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
|
- name: remove bundled boost
|
||||||
|
run: sudo rm -rf /usr/local/share/boost
|
||||||
- name: update apt
|
- name: update apt
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
- name: install monero dependencies
|
- name: install monero dependencies
|
||||||
|
@ -38,7 +40,7 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- uses: numworks/setup-msys2@v1
|
- uses: numworks/setup-msys2@v1
|
||||||
- name: update pacman
|
- name: update pacman
|
||||||
run: msys2do pacman -Syu --noconfirm
|
run: msys2do pacman -Syu --noconfirm
|
||||||
|
|
Loading…
Reference in a new issue