Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Sep 6, 2024
1 parent 04a1339 commit e2bbf76
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
DISPLAY: ':99'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libxtst-dev libevdev-dev libxdo-dev
Expand All @@ -39,11 +39,7 @@ jobs:
- run: rustup component add llvm-tools-preview

- name: Install grcov
uses: actions-rs/[email protected]
with:
crate: grcov
version: latest
use-tool-cache: true
run: cargo install grcov

- name: build
env:
Expand Down

0 comments on commit e2bbf76

Please sign in to comment.