Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.

Commit 3502f13

Browse files
committed
Fixed make and test targets.
1 parent 0768916 commit 3502f13

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- name: configure
1717
run: mkdir -p build && cd build && cmake ..
1818
- name: make
19-
run: make
19+
run: cd build && make
2020
- name: make check
21-
run: make check
22-
- name: make distcheck
23-
run: make distcheck
21+
run: cd build && make check

0 commit comments

Comments
 (0)