From a38a926f8f1f43e0d1346be898dd920a645e1a84 Mon Sep 17 00:00:00 2001 From: webwarrior Date: Tue, 12 Mar 2024 13:20:59 +0100 Subject: [PATCH 1/2] Use LdkSharp version 0.0.0.3 This version fixes crash on windows. --- Directory.Packages.props | 4 ++-- .../PackWallet.Tests.Integration.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 8118ac5..e764509 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,11 +4,11 @@ - + - + \ No newline at end of file diff --git a/src/PackWallet.Tests.Integration/PackWallet.Tests.Integration.csproj b/src/PackWallet.Tests.Integration/PackWallet.Tests.Integration.csproj index f5266e6..3d1fa51 100644 --- a/src/PackWallet.Tests.Integration/PackWallet.Tests.Integration.csproj +++ b/src/PackWallet.Tests.Integration/PackWallet.Tests.Integration.csproj @@ -15,7 +15,7 @@ - + From 6a89d5187b66be058d98c112d8c725d9294f383f Mon Sep 17 00:00:00 2001 From: siwatanejo <7511840+siwatanejo@users.noreply.github.com> Date: Sun, 10 Mar 2024 19:07:16 +0100 Subject: [PATCH 2/2] Fixup(windows) --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f47c282..6696a9e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -65,7 +65,7 @@ jobs: strategy: matrix: # macos-13 is x64 and macos-14 is arm64 - os: [ubuntu-22.04, macos-13, macos-14] + os: [ubuntu-22.04, macos-13, macos-14, windows-latest] needs: build runs-on: ${{ matrix.os }}