Skip to content

Commit 1152b46

Browse files
committed
typo: yaml failure
1 parent 7828561 commit 1152b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-jsp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
restore-keys: |
6060
${{ runner.os }}-maven-
6161
- name: Fetch Last Resort Font
62-
run: >
62+
run: |
6363
wget https://github.com/unicode-org/last-resort-font/releases/latest/download/LastResort-Regular.ttf
6464
mv ./LastResort-Regular.ttf ./UnicodeJsps/src/main/webapp/
6565
# TODO: move this DOWN after JSPs once it works

0 commit comments

Comments
 (0)