mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40:19 +00:00
fix windows ext
This commit is contained in:
parent
9b1a090329
commit
c57988770a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
os: ubuntu-latest
|
||||
- target: x86_64-windows
|
||||
os: ubuntu-latest
|
||||
- target: x86_64-macos
|
||||
- target: x86_64-darwin
|
||||
os: macos-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
rustTarget = "x86_64-pc-windows-gnu";
|
||||
runner = { pkgs, himalaya }:
|
||||
let wine = pkgs.wine.override { wineBuild = "wine64"; };
|
||||
in "${wine}/bin/wine64 ${himalaya}";
|
||||
in "${wine}/bin/wine64 ${himalaya}.exe";
|
||||
mkPackage = { system, pkgs }: package:
|
||||
let
|
||||
inherit (pkgs.pkgsCross.mingwW64) stdenv windows;
|
||||
|
|
Loading…
Reference in a new issue