Skip to content

Commit c5a9966

Browse files
committed
ci: adapt to wine binary rename
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 753b391 commit c5a9966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wrpc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
- target: x86_64-pc-windows-gnu
9090
test-bin: |
9191
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
92+
wine ./result/bin/wit-bindgen-wrpc.exe --version
93+
wine ./result/bin/wrpc-wasmtime.exe --version
9494
test-oci: docker load < ./result
9595
# TODO: Run win64 binary within OCI
9696

0 commit comments

Comments
 (0)