Skip to content

Commit 59bd524

Browse files
committed
fix yaml syntax error
1 parent 0b9575b commit 59bd524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/harfbuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
envFile: 'constants.env'
3030
- name: init src
3131
run: |
32-
./init-any.sh all harfbuzz
33-
./install-pre-any.sh all 'freetype'
32+
./init-any.sh all harfbuzz
33+
./install-pre-any.sh all 'freetype'
3434
- name: generate src log
3535
run: |
3636
cd build/src/macos

0 commit comments

Comments
 (0)