Skip to content

Commit

Permalink
install required libraries in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Dec 3, 2023
1 parent 5bc93dc commit 31ad999
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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 Down

0 comments on commit 31ad999

Please sign in to comment.