File tree 2 files changed +18
-3
lines changed
2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11
11
with :
12
12
submodules : true
13
13
14
+ - name : Setup
15
+ run : |
16
+ rustup toolchain install nightly-2024-05-18-aarch64-apple-darwin
17
+ rustup component add rust-src --toolchain nightly-2024-05-18-aarch64-apple-darwin
18
+
14
19
- name : Build binary
15
- run : bash tool/build_macos.sh aarch64
20
+ run : ./ tool/build_macos.sh aarch64
16
21
17
22
- name : Upload binary
18
23
if : github.event_name == 'workflow_dispatch'
30
35
with :
31
36
submodules : true
32
37
38
+ - name : Setup
39
+ run : |
40
+ rustup toolchain install nightly-2024-05-18-x86_64-apple-darwin
41
+ rustup component add rust-src --toolchain nightly-2024-05-18-x86_64-apple-darwin
42
+
33
43
- name : Build binary
34
- run : bash tool/build_macos.sh x64
44
+ run : ./ tool/build_macos.sh x64
35
45
36
46
- name : Upload binary
37
47
if : github.event_name == 'workflow_dispatch'
Original file line number Diff line number Diff line change 10
10
with :
11
11
submodules : true
12
12
13
+ - name : Setup
14
+ run : |
15
+ rustup toolchain install nightly-2024-05-18-x86_64-pc-windows-msvc
16
+ rustup component add rust-src --toolchain nightly-2024-05-18-x86_64-pc-windows-msvc
17
+
13
18
- name : Build binary
14
- run : bash tool/build_windows.sh x64
19
+ run : ./ tool/build_windows.sh x64
15
20
16
21
- name : Upload binary
17
22
if : github.event_name == 'workflow_dispatch'
You can’t perform that action at this time.
0 commit comments