We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b4292 commit 3b0cbc0Copy full SHA for 3b0cbc0
.github/workflows/install-slips-dependencies.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install APT dependencies
38
run: |
39
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
+ sudo apt-get -y install font-manager
41
42
- name: Save APT Cache
43
uses: actions/cache@v4
0 commit comments