@@ -28,19 +28,19 @@ jobs:
2828 build-and-test-on-windows :
2929 runs-on : windows-latest
3030 steps :
31- - uses : actions/checkout@v1
32- - uses : actions-rs/toolchain@v1
33- with :
34- profile : default
35- toolchain : stable
36- override : true
37- - name : " Check (crossterm)"
38- uses : actions-rs/cargo@v1
39- with :
40- command : check
41- args : --features=render-tui,render-tui-crossterm,render-line,render-line-crossterm,signal-hook,render-line-autoconfigure,progress-tree --all --bins --tests --examples
42- - name : " Test (crossterm)"
43- uses : actions-rs/cargo@v1
44- with :
45- command : test
46- args : --features=render-tui,render-tui-crossterm,render-line,render-line-crossterm,signal-hook,render-line-autoconfigure,progress-tree progress-tree" --all
31+ - uses : actions/checkout@v1
32+ - uses : actions-rs/toolchain@v1
33+ with :
34+ profile : default
35+ toolchain : stable
36+ override : true
37+ - name : " Check (crossterm)"
38+ uses : actions-rs/cargo@v1
39+ with :
40+ command : check
41+ args : --features=render-tui,render-tui-crossterm,render-line,render-line-crossterm,signal-hook,render-line-autoconfigure,progress-tree --all --bins --tests --examples
42+ - name : " Test (crossterm)"
43+ uses : actions-rs/cargo@v1
44+ with :
45+ command : test
46+ args : --features=render-tui,render-tui-crossterm,render-line,render-line-crossterm,signal-hook,render-line-autoconfigure,progress-tree progress-tree" --all
0 commit comments