Skip to content

Commit 827d978

Browse files
committed
fix
1 parent 5181191 commit 827d978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_thirdparty.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
uses: actions/checkout@v6
1111

1212
- name: Make tests
13-
run: >
13+
run: |
1414
cp platform/linux-glibc-generic.c platform.c
15-
make test-asan test-msic test-all
15+
make test-asan test-misc test-all

0 commit comments

Comments
 (0)