Skip to content

Commit 5a9fca8

Browse files
committed
Install linux dependencies in workflow
1 parent 229c41b commit 5a9fca8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818

1919
steps:
20+
- name: Install dependencies
21+
if: ${{ matrix.os == 'ubuntu-latest' }}
22+
run: sudo apt update && sudo apt install cargo cmake just libexpat1-dev libfontconfig-dev libfreetype-dev libxkbcommon-dev pkgconf
2023
- uses: actions/checkout@v4
2124
- name: Build
2225
run: cargo build --verbose

0 commit comments

Comments
 (0)