Skip to content

Commit

Permalink
add deps for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed May 27, 2024
1 parent 165bee7 commit cb3c472
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- run: rustup update
- uses: taiki-e/install-action@just
- uses: Swatinem/rust-cache@v2
- name: Install deps
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get install pkg-config libxkbcommon-dev

- name: Build libsensors on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
Expand Down Expand Up @@ -71,6 +74,9 @@ jobs:
- run: rustup update
- uses: taiki-e/install-action@just
- uses: Swatinem/rust-cache@v2
- name: Install deps
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get install pkg-config libxkbcommon-dev

- name: Build libsensors on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit cb3c472

Please sign in to comment.