We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7828561 commit 1152b46Copy full SHA for 1152b46
.github/workflows/build-jsp.yml
@@ -59,7 +59,7 @@ jobs:
59
restore-keys: |
60
${{ runner.os }}-maven-
61
- name: Fetch Last Resort Font
62
- run: >
+ run: |
63
wget https://github.com/unicode-org/last-resort-font/releases/latest/download/LastResort-Regular.ttf
64
mv ./LastResort-Regular.ttf ./UnicodeJsps/src/main/webapp/
65
# TODO: move this DOWN after JSPs once it works
0 commit comments