Skip to content

Commit

Permalink
install xft libraries now needed by check too
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Dec 30, 2023
1 parent 3d7be27 commit 030236f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install X libraries
run: |
sudo apt-get update
sudo apt-get install libxft-dev libxinerama-dev
- name: Install ${{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -51,6 +55,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install X libraries
run: |
sudo apt-get update
sudo apt-get install libxft-dev libxinerama-dev
- name: Install nightly
uses: dtolnay/rust-toolchain@nightly
- name: cargo doc
Expand Down

0 comments on commit 030236f

Please sign in to comment.