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

Commit f471483

Browse files
committed
Updated commands.
1 parent 7453901 commit f471483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: configure
13-
run: mkdir _build && cmake ..
13+
run: mkdir _build && cd _build && cmake ..
1414
- name: make
1515
run: cd _build && make
1616
- name: make check

0 commit comments

Comments
 (0)