Skip to content

Commit

Permalink
ci: update dependencies (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Sep 6, 2024
1 parent 01202c0 commit c12e9e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,15 @@ jobs:
- name: Dependencies
run: |
sudo apt-get install libxtst-dev libevdev-dev libxdo-dev --assume-yes
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2
with:
# To only cache runs from `main`
save-if: ${{ github.ref == 'refs/heads/main' }}
- 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
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
headless: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
with:
# To only cache runs from `master`
Expand Down

0 comments on commit c12e9e7

Please sign in to comment.