File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments