Skip to content

Commit a8666ae

Browse files
committed
fix test workflow syntax
Signed-off-by: Doj <vitek03@gmail.com>
1 parent e033caf commit a8666ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v3
4242
- uses: visualdoj/setup-fpc@main
43-
- run: fpc -i
4443
with:
4544
cross: ${{ matrix.fpc_cross }}
45+
- run: fpc -i
4646
- run: make ${{ matrix.test_recipe }}

0 commit comments

Comments
 (0)