Skip to content

Commit f586922

Browse files
copilot ?
Signed-off-by: F Bojarski <[email protected]>
1 parent 4804cbf commit f586922

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/compile.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- 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 -
13+
run: run: |
14+
wget https://github.com/JetBrains/JetBrainsMono/archive/refs/tags/v2.304.zip
15+
unzip v2.304.zip -d JetBrainsMono
16+
sudo mv JetBrainsMono/JetBrainsMono-2.304/fonts/ttf/*.ttf /usr/share/fonts/
1917
- name: Install fontawesome
2018
run: sudo apt-get install fonts-font-awesome
2119
- name: Install tectonic

0 commit comments

Comments
 (0)