mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-18 14:07:54 +08:00
fix emulators
This commit is contained in:
@@ -10,9 +10,9 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- system: aarch64-macos
|
||||
target: aarch64-apple-darwin
|
||||
os: macos-latest
|
||||
# - system: aarch64-macos
|
||||
# target: aarch64-apple-darwin
|
||||
# os: macos-latest
|
||||
# - system: aarch64-linux
|
||||
# target: aarch64-unknown-linux-musl
|
||||
# os: ubuntu-latest
|
||||
|
||||
+2
-1
@@ -21,11 +21,12 @@
|
||||
|
||||
i686-w64-mingw32 = {
|
||||
rustTarget = "i686-pc-windows-gnu";
|
||||
emulator = pkgs: "${pkgs.wine}/bin/wine";
|
||||
emulator = { lib, winePackages, ... }: lib.getExe' winePackages.minimal "wine";
|
||||
};
|
||||
|
||||
x86_64-apple-darwin = {
|
||||
rustTarget = "x86_64-apple-darwin";
|
||||
emulator = _: "";
|
||||
};
|
||||
|
||||
x86_64-unknown-linux-musl = {
|
||||
|
||||
Reference in New Issue
Block a user