Skip to content

Commit fb2e4b0

Browse files
test: build dfx windows binary in e2e (#3497)
1 parent 92e3dfd commit fb2e4b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
# We build a dynamic-linked linux binary because otherwise HSM support fails with:
2525
# Error: IO: Dynamic loading not supported
26-
os: [ macos-12, ubuntu-20.04, ubuntu-22.04 ]
26+
os: [ macos-12, ubuntu-20.04, ubuntu-22.04, windows-2022 ]
2727
include:
2828
- os: macos-12
2929
target: x86_64-apple-darwin
@@ -34,6 +34,9 @@ jobs:
3434
- os: ubuntu-22.04
3535
target: x86_64-unknown-linux-gnu
3636
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
3740
steps:
3841
- uses: actions/checkout@v4
3942
with:

0 commit comments

Comments
 (0)