Commit 493d3b9 1 parent 06b5a71 commit 493d3b9 Copy full SHA for 493d3b9
File tree 2 files changed +2
-11
lines changed
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 31
31
mkdir artifacts/
32
32
cp result/bin/* artifacts
33
33
cd artifacts
34
- ls | xargs -i mv {} ${{matrix.target}}-{}
34
+ ls | xargs -I{} mv {} ${{matrix.target}}-{}
35
35
- uses : actions/upload-artifact@v4
36
36
with :
37
37
name : " ${{ matrix.target }}-sync_dis_boi"
Original file line number Diff line number Diff line change 53
53
pkgsStatic . openssl
54
54
]
55
55
else [ openssl ]
56
- )
57
- ++ lib . optionals stdenv . isDarwin
58
- [
59
- buildPackages . darwin . apple_sdk . frameworks . CoreServices
60
- darwin . apple_sdk . frameworks . CoreServices
61
- buildPackages . darwin . apple_sdk . frameworks . SystemConfiguration
62
- darwin . apple_sdk . frameworks . SystemConfiguration
63
- ] ;
56
+ ) ;
64
57
65
58
nativeBuildInputs = pkgs :
66
59
with pkgs ;
69
62
]
70
63
++ lib . optionals stdenv . isDarwin
71
64
[
72
- buildPackages . darwin . apple_sdk . frameworks . CoreServices
73
65
darwin . apple_sdk . frameworks . CoreServices
74
- buildPackages . darwin . apple_sdk . frameworks . SystemConfiguration
75
66
darwin . apple_sdk . frameworks . SystemConfiguration
76
67
] ;
77
68
You can’t perform that action at this time.
0 commit comments