Skip to content

Commit b0dcebc

Browse files
committed
fix CI yml
1 parent dbe588c commit b0dcebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
run: fpm test
7272

7373
- name: Run examples (fpm)
74-
if: ${{ matrix.build == 'fpm' }}
75-
run: fpm run --example --all
74+
if: ${{ matrix.build == 'fpm' }}
75+
run: fpm run --example --all
7676

7777
- name: Setup build (meson)
7878
if: ${{ matrix.build == 'meson' }}

0 commit comments

Comments
 (0)