Skip to content

Commit 303e1a1

Browse files
committed
update linux deps
1 parent caa8646 commit 303e1a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- if: startsWith(matrix.os, 'ubuntu')
6060
run: |
6161
sudo apt-get update
62-
sudo apt-get install -y libwayland-dev pkg-config
62+
sudo apt-get install -y libwayland-dev pkg-config libfontconfig1-dev
6363
- if: matrix.os == 'macos-latest'
6464
run: rustup target add x86_64-apple-darwin
6565
- if: matrix.os == 'windows-latest'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: rustup component add rustfmt clippy
3737
- name: Install Linux dependencies
3838
if: runner.os == 'Linux'
39-
run: sudo apt-get update -yq && sudo apt-get install -yq libasound2-dev
39+
run: sudo apt-get update -yq && sudo apt-get install -yq libasound2-dev libfontconfig1-dev
4040
- run: cargo fetch
4141
- run: cargo fmt -- --check --color always
4242
- run: cargo clippy --all-targets --all-features

0 commit comments

Comments
 (0)