File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 profile : minimal
2020 toolchain : stable
2121 - name : install dependencies
22- run : sudo apt install libwayland-client0
22+ run : sudo apt install libwayland-dev
2323 - uses : actions-rs/cargo@v1
2424 with :
2525 command : check
3535 profile : minimal
3636 toolchain : stable
3737 - name : install dependencies
38- run : sudo apt install libwayland-client0
38+ run : sudo apt install libwayland-dev
3939 - uses : actions-rs/cargo@v1
4040 with :
4141 command : test
5151 profile : minimal
5252 toolchain : stable
5353 - name : install dependencies
54- run : sudo apt install libwayland-client0
54+ run : sudo apt install libwayland-dev
5555 - uses : actions-rs/cargo@v1
5656 with :
5757 command : fmt
6767 profile : minimal
6868 toolchain : stable
6969 - name : install dependencies
70- run : sudo apt install libwayland-client0
70+ run : sudo apt install libwayland-dev
7171 - uses : actions-rs/cargo@v1
7272 with :
7373 command : clippy
You can’t perform that action at this time.
0 commit comments