Skip to content

Commit 312a31f

Browse files
add missing fontconfig dependency for ccache workflow (#7475)
1 parent cc9b7ad commit 312a31f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cache-master.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
runs-on: ubuntu-latest
2828
container: ghcr.io/scp-fs2open/linux_build:sha-71099c9
2929
steps:
30+
- name: Install Qt dependencies
31+
run: apt-get -yq update && apt-get -yq install libfontconfig1
3032
- uses: actions/checkout@v1
3133
name: Checkout
3234
with:

0 commit comments

Comments
 (0)