We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5181191 commit 827d978Copy full SHA for 827d978
.github/workflows/linux_thirdparty.yml
@@ -10,6 +10,6 @@ jobs:
10
uses: actions/checkout@v6
11
12
- name: Make tests
13
- run: >
+ run: |
14
cp platform/linux-glibc-generic.c platform.c
15
- make test-asan test-msic test-all
+ make test-asan test-misc test-all
0 commit comments