We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wine
1 parent 753b391 commit c5a9966Copy full SHA for c5a9966
.github/workflows/wrpc.yml
@@ -89,8 +89,8 @@ jobs:
89
- target: x86_64-pc-windows-gnu
90
test-bin: |
91
nix profile install --inputs-from . 'nixpkgs-unstable#wine64'
92
- wine64 ./result/bin/wit-bindgen-wrpc.exe --version
93
- wine64 ./result/bin/wrpc-wasmtime.exe --version
+ wine ./result/bin/wit-bindgen-wrpc.exe --version
+ wine ./result/bin/wrpc-wasmtime.exe --version
94
test-oci: docker load < ./result
95
# TODO: Run win64 binary within OCI
96
0 commit comments