We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9b7ad commit 312a31fCopy full SHA for 312a31f
1 file changed
.github/workflows/cache-master.yaml
@@ -27,6 +27,8 @@ jobs:
27
runs-on: ubuntu-latest
28
container: ghcr.io/scp-fs2open/linux_build:sha-71099c9
29
steps:
30
+ - name: Install Qt dependencies
31
+ run: apt-get -yq update && apt-get -yq install libfontconfig1
32
- uses: actions/checkout@v1
33
name: Checkout
34
with:
0 commit comments