Skip to content

Commit ad80531

Browse files
wip
1 parent 597501c commit ad80531

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .github/workflows/ci.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
cd lib/
2828
make
2929
- name: Check output
30-
run: find . -type f -name "*.so"
30+
run: find . -type f -name *.so
3131
- name: Check output
32-
run: find . -type f -name "*.h"
32+
run: find . -type f -name *.h
3333
- name: Check output
34-
run: find . -type f -name "*.hpp"
34+
run: find . -type f -name *.hpp
35+
- name: Check output
36+
run: find . -type f -name *.a

0 commit comments

Comments
 (0)