Skip to content

Commit 3b0cbc0

Browse files
committed
CI: fix matplot warning about some missing font
1 parent 96b4292 commit 3b0cbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-slips-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install APT dependencies
3838
run: |
3939
sudo apt-get update --fix-missing && sudo apt-get -y --no-install-recommends install $(cat install/apt_dependencies.txt)
40-
sudo apt get -y install font-manager
40+
sudo apt-get -y install font-manager
4141
4242
- name: Save APT Cache
4343
uses: actions/cache@v4

0 commit comments

Comments
 (0)