Skip to content

Commit

Permalink
Update botan-src and set env var to copy and not hardlink
Browse files Browse the repository at this point in the history
This hopefully fixes the windows CI failure
  • Loading branch information
est31 authored and cpu committed Sep 9, 2023
1 parent 163b8d4 commit 2a8d580
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2a8d580

Please sign in to comment.