diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 406a598..fddfec4 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -60,11 +60,11 @@ jobs: wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-boost-1.85.0-4-any.pkg.tar.zst pacman -U --noconfirm mingw-w64-x86_64-boost-1.85.0-4-any.pkg.tar.zst - - name: Install pybind11 v2.12.0 + - name: Install pybind11 v2.13.1 shell: msys2 {0} run: | - wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.12.0-1-any.pkg.tar.zst - pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.12.0-1-any.pkg.tar.zst + wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst + pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst - name: Build monero shell: msys2 {0} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7090d1e..8659fae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -176,11 +176,11 @@ jobs: wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-boost-1.85.0-4-any.pkg.tar.zst pacman -U --noconfirm mingw-w64-x86_64-boost-1.85.0-4-any.pkg.tar.zst - - name: Install pybind11 v2.12.0 + - name: Install pybind11 v2.13.1 shell: msys2 {0} run: | - wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.12.0-1-any.pkg.tar.zst - pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.12.0-1-any.pkg.tar.zst + wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst + pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst - name: Clone monero-cpp (regtest) shell: msys2 {0} diff --git a/README.md b/README.md index 6224178..df3bae5 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,8 @@ wallet_full.close(True) pacman -U mingw-w64-x86_64-icu-75.1-2-any.pkg.tar.zst wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-boost-1.85.0-4-any.pkg.tar.zst pacman -U mingw-w64-x86_64-boost-1.85.0-4-any.pkg.tar.zst - wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.12.0-1-any.pkg.tar.zst - pacman -U mingw-w64-x86_64-pybind11-2.12.0-1-any.pkg.tar.zst + wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst + pacman -U mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst ``` 5. Clone repo: `git clone --recurse-submodules https://github.com/everoddandeven/monero-python.git`