File tree Expand file tree Collapse file tree 2 files changed +1
-32
lines changed
Expand file tree Collapse file tree 2 files changed +1
-32
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919 with :
2020 toolchain : stable
2121
22- - name : Install Dependencies
23- run : |
24- sudo apt-get update
25- sudo apt-get install -y software-properties-common
26- sudo add-apt-repository universe
27- sudo apt-get update
28- sudo apt-get install -y \
29- build-essential \
30- curl \
31- wget \
32- file \
33- libssl-dev \
34- libgtk-3-dev \
35- libayatana-appindicator3-dev \
36- librsvg2-dev \
37- pkg-config \
38- git \
39- clang
40-
4122 - name : Cache Cargo registry
4223 uses : actions/cache@v3
4324 with :
5738 ${{ runner.os }}-cargo-build-
5839
5940 - name : Build with Cargo
60- run : cargo build --release
41+ run : cargo build
6142
6243 - name : Run Clippy for Code Quality
6344 run : cargo clippy -- -D warnings
You can’t perform that action at this time.
0 commit comments