add sidebarentry

fix github workflows
This commit is contained in:
tranfelix 2023-10-22 16:42:10 +02:00
parent 4c2d5a4105
commit d6daf2ae19
12 changed files with 170 additions and 26 deletions

View file

@ -12,8 +12,6 @@ jobs:
with:
profile: minimal
toolchain: nightly
- name: Install gtk
run: sudo apt install libgtk-4-dev libadwaita-1-dev -y
- name: Build
run: cargo build --release --verbose
- name: Release

View file

@ -20,13 +20,6 @@ jobs:
with:
profile: minimal
toolchain: nightly
- name: Install gtk
run: sudo apt install libgtk-4-dev libadwaita-1-dev -y
- name: Cache
uses: actions/cache@v3
with:
path: target/debug
key: ${{ runner.os }}-cache
- name: run code coverage
uses: actions-rs/tarpaulin@v0.1
with:
@ -37,7 +30,6 @@ jobs:
with:
name: code-coverage-report
path: cobertura.xml
- name: Build
run: cargo build --verbose
- name: Run tests