|
@@ -38,7 +38,7 @@ jobs:
|
|
|
profile: minimal
|
|
|
toolchain: stable
|
|
|
override: true
|
|
|
- - uses: Swatinem/rust-cache@v1
|
|
|
+ - uses: Swatinem/rust-cache@v2
|
|
|
- run: sudo apt-get update
|
|
|
- run: sudo apt install libwebkit2gtk-4.0-dev libgtk-3-dev libayatana-appindicator3-dev
|
|
|
- uses: actions-rs/cargo@v1
|
|
@@ -57,7 +57,7 @@ jobs:
|
|
|
profile: minimal
|
|
|
toolchain: stable
|
|
|
override: true
|
|
|
- - uses: Swatinem/rust-cache@v1
|
|
|
+ - uses: Swatinem/rust-cache@v2
|
|
|
- run: sudo apt-get update
|
|
|
- run: sudo apt install libwebkit2gtk-4.0-dev libgtk-3-dev libayatana-appindicator3-dev
|
|
|
- uses: davidB/rust-cargo-make@v1
|
|
@@ -79,7 +79,7 @@ jobs:
|
|
|
profile: minimal
|
|
|
toolchain: stable
|
|
|
override: true
|
|
|
- - uses: Swatinem/rust-cache@v1
|
|
|
+ - uses: Swatinem/rust-cache@v2
|
|
|
- run: rustup component add rustfmt
|
|
|
- uses: actions-rs/cargo@v1
|
|
|
with:
|
|
@@ -97,7 +97,7 @@ jobs:
|
|
|
profile: minimal
|
|
|
toolchain: stable
|
|
|
override: true
|
|
|
- - uses: Swatinem/rust-cache@v1
|
|
|
+ - uses: Swatinem/rust-cache@v2
|
|
|
- run: sudo apt-get update
|
|
|
- run: sudo apt install libwebkit2gtk-4.0-dev libgtk-3-dev libayatana-appindicator3-dev
|
|
|
- run: rustup component add clippy
|