diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index fddfec4..1fb135d 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -63,8 +63,8 @@ jobs: - name: Install pybind11 v2.13.1 shell: msys2 {0} run: | - 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 + wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst + pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst - name: Build monero shell: msys2 {0} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6cbe25..9d247a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -179,8 +179,8 @@ jobs: - name: Install pybind11 v2.13.1 shell: msys2 {0} run: | - 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 + wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst + pacman -U --noconfirm mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst - name: Clone monero-cpp (regtest) shell: msys2 {0} diff --git a/README.md b/README.md index 091d561..0a28f17 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.13.1-1-any.pkg.tar.zst - pacman -U mingw-w64-x86_64-pybind11-2.13.1-1-any.pkg.tar.zst + wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst + pacman -U mingw-w64-x86_64-pybind11-2.13.6-2-any.pkg.tar.zst ``` 5. Clone repo: `git clone --recurse-submodules https://github.com/everoddandeven/monero-python.git`