mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
CI: Remove unneeded dbus installation
This commit is contained in:
parent
8849c8dddf
commit
2894ab8bc9
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -41,9 +41,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: target
|
path: target
|
||||||
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
|
||||||
- name: Install dbus
|
|
||||||
run: sudo apt-get install -y libdbus-1-dev
|
|
||||||
if: runner.os == 'Linux'
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release ${{ matrix.features }} --verbose
|
run: cargo build --release ${{ matrix.features }} --verbose
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user