File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,27 +34,29 @@ jobs:
34
34
platforms :
35
35
- os : ubuntu-18.04
36
36
target : x86_64-unknown-linux-gnu
37
- artifact : x86_64-unknown-linux-gnu
38
37
dir : server/mcshader-lsp
38
+ artifact : x86_64-unknown-linux-gnu
39
39
- os : windows-latest
40
40
target : x86_64-pc-windows-msvc
41
- artifact : x86_64-windows-msvc.exe
42
41
dir : server/mcshader-lsp.exe
42
+ artifact : x86_64-windows-msvc.exe
43
43
- os : macos-11
44
44
target : x86_64-apple-darwin
45
- artifact : x86_64-apple-darwin
46
45
dir : server/mcshader-lsp
46
+ artifact : x86_64-apple-darwin
47
47
- os : macos-11
48
48
target : aarch64-apple-darwin
49
- artifact : aarch64-apple-darwin
50
49
dir : server/mcshader-lsp
50
+ artifact : aarch64-apple-darwin
51
51
steps :
52
52
- uses : actions/checkout@v2
53
53
- name : Install latest nightly
54
54
uses : actions-rs/toolchain@v1
55
55
with :
56
56
toolchain : nightly
57
57
default : true
58
+ target : ${{ matrix.platforms.target }}
59
+ override : true
58
60
- name : Build server
59
61
run : cargo build --release --target ${{ matrix.platforms.target }} --out-dir . -Z unstable-options
60
62
- name : Upload release file
Original file line number Diff line number Diff line change 48
48
path : ${{ matrix.platforms.dir }}
49
49
- name : Run tests
50
50
run : cargo test --target ${{ matrix.platforms.target }}
51
- if : ${{ matrix.platforms.target != 'aarch64-apple-darwin' }}
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
16
16
17
17
- Another ` #include ` merging bug when a file is imported twice into another file at different lines
18
18
19
-
20
19
## [ 0.9.5]
21
20
22
21
### Added
You can’t perform that action at this time.
0 commit comments