apt-get update

This commit is contained in:
Simon Gardling
2022-05-19 14:33:09 -04:00
parent 9c2e4d1a22
commit aa3d95df90

View File

@@ -18,7 +18,7 @@ jobs:
override: true override: true
- name: Install fonttools - name: Install fonttools
run: sudo apt-get install -y fonttools run: sudo apt-get update && sudo apt-get install -y fonttools
- name: Run cargo check - name: Run cargo check
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1