Skip to content

Commit

Permalink
test: build dfx windows binary in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Jan 11, 2024
1 parent 3b7d576 commit f53fb7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
# We build a dynamic-linked linux binary because otherwise HSM support fails with:
# Error: IO: Dynamic loading not supported
os: [ macos-12, ubuntu-20.04, ubuntu-22.04 ]
os: [ macos-12, ubuntu-20.04, ubuntu-22.04, windows-2022 ]
include:
- os: macos-12
target: x86_64-apple-darwin
Expand All @@ -34,6 +34,9 @@ jobs:
- os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
binary_path: target/x86_64-unknown-linux-gnu/release
- os: windows-2022
target: x86_64-pc-windows-msvc
binary_path: target/x86_64-pc-windows-msvc/release
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f53fb7a

Please sign in to comment.