We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e3dfd commit fb2e4b0Copy full SHA for fb2e4b0
.github/workflows/e2e.yml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
# We build a dynamic-linked linux binary because otherwise HSM support fails with:
25
# Error: IO: Dynamic loading not supported
26
- os: [ macos-12, ubuntu-20.04, ubuntu-22.04 ]
+ os: [ macos-12, ubuntu-20.04, ubuntu-22.04, windows-2022 ]
27
include:
28
- os: macos-12
29
target: x86_64-apple-darwin
@@ -34,6 +34,9 @@ jobs:
34
- os: ubuntu-22.04
35
target: x86_64-unknown-linux-gnu
36
binary_path: target/x86_64-unknown-linux-gnu/release
37
+ - os: windows-2022
38
+ target: x86_64-pc-windows-msvc
39
+ binary_path: target/x86_64-pc-windows-msvc/release
40
steps:
41
- uses: actions/checkout@v4
42
with:
0 commit comments