From 2a8d58084f9cd1ec1d3e117cae868cee5e6520ea Mon Sep 17 00:00:00 2001 From: est31 Date: Thu, 13 Apr 2023 18:05:21 +0200 Subject: [PATCH] Update botan-src and set env var to copy and not hardlink This hopefully fixes the windows CI failure --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 140a2397..48d7dc46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,11 @@ jobs: build-windows: runs-on: windows-latest + env: + # botan doesn't build on windows if the source is + # on a different drive than the artifacts + # https://github.com/randombit/botan-rs/issues/82 + BOTAN_CONFIGURE_LINK_METHOD: copy steps: - uses: actions/checkout@v4 with: