We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868f28a commit bba36e2Copy full SHA for bba36e2
1 file changed
.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
28
- name: Install
29
run: |
30
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections;
31
+ sudo apt-get update;
32
sudo apt-get install ttf-mscorefonts-installer libfontconfig-dev;
33
- name: Build
34
run: cargo build
0 commit comments