Skip to content

Commit 6f29fba

Browse files
fix ci?
1 parent 1dcf60a commit 6f29fba

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ jobs:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v4
21-
- name: Setup
22-
if: matrix.os == 'ubuntu-latest'
23-
run: sudo apt-get update && sudo apt-get install librust-atk-dev libwebkit2gtk-4.0-dev build-essential libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
24-
- name: Install Rust toolchain
25-
run: rustup toolchain install stable --profile minimal
26-
- name: Rust cache
27-
uses: Swatinem/rust-cache@v2
28-
- name: Build
29-
run: cargo build --all-features
30-
- name: Run tests
31-
run: cargo test --all-features
32-
20+
- uses: actions/checkout@v4
21+
- name: Setup
22+
if: matrix.os == 'ubuntu-latest'
23+
run: sudo apt-get update && sudo apt-get install libgtk-3-dev webkit2gtk-4.1 libayatana-appindicator3-dev
24+
- name: Install Rust toolchain
25+
run: rustup toolchain install stable --profile minimal
26+
- name: Rust cache
27+
uses: Swatinem/rust-cache@v2
28+
- name: Build
29+
run: cargo build --all-features
30+
- name: Run tests
31+
run: cargo test --all-features
32+
3333
clippy:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v4
3737
- name: Setup
38-
run: sudo apt-get update && sudo apt-get install librust-atk-dev libwebkit2gtk-4.0-dev build-essential libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
38+
run: sudo apt-get update && sudo apt-get install libgtk-3-dev webkit2gtk-4.1 libayatana-appindicator3-dev
3939
- name: Install Rust toolchain
4040
run: rustup toolchain install stable --profile minimal --component clippy
4141
- name: Rust cache

0 commit comments

Comments
 (0)