Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
luxluth committed Oct 27, 2023
1 parent 4d55491 commit f5c7852
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ jobs:
image: ghcr.io/gtk-rs/gtk4-rs/gtk4:latest
steps:
- uses: actions/checkout@v3
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libdbus-1-dev pkg-config
version: 1.0

- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Which system ?
run: cat /etc/os-release
- name: Build
run: cargo build
- name: Test
Expand Down

0 comments on commit f5c7852

Please sign in to comment.