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 4804cbf commit f586922Copy full SHA for f586922
.github/workflows/compile.yml
@@ -10,12 +10,10 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
- name: Install JetBrainsMono
13
- run: mkdir JetBrainsMono
14
- && wget https://github.com/JetBrains/JetBrainsMono/archive/refs/tags/v2.304.zip
15
- && cd JetBrainsMono
16
- && unzip JetBrainsMono.zip
17
- && sudo mv JetBrainsMono*.ttf /usr/share/fonts/
18
- && cd -
+ run: run: |
+ wget https://github.com/JetBrains/JetBrainsMono/archive/refs/tags/v2.304.zip
+ unzip v2.304.zip -d JetBrainsMono
+ sudo mv JetBrainsMono/JetBrainsMono-2.304/fonts/ttf/*.ttf /usr/share/fonts/
19
- name: Install fontawesome
20
run: sudo apt-get install fonts-font-awesome
21
- name: Install tectonic
0 commit comments