Skip to content

Commit bba36e2

Browse files
authored
Run apt-get update in CI (#274)
Signed-off-by: Nico Burns <[email protected]>
1 parent 868f28a commit bba36e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Install
2929
run: |
3030
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections;
31+
sudo apt-get update;
3132
sudo apt-get install ttf-mscorefonts-installer libfontconfig-dev;
3233
- name: Build
3334
run: cargo build

0 commit comments

Comments
 (0)