Skip to content

Commit 9169169

Browse files
committed
CI fixes
1 parent 9d72bc1 commit 9169169

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

.cargo/config.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,6 @@ jobs:
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:
@@ -57,7 +38,7 @@ jobs:
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

0 commit comments

Comments
 (0)