Skip to content

Commit dfa6f3b

Browse files
authored
Fix typo
1 parent e713420 commit dfa6f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Configure
5353
run: mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=Release .. ;
5454
- name: Build
55-
run: cd build; cmake --build . --config release --target installp
55+
run: cd build; cmake --build . --config release --target install
5656
- name: Archive and upload artifacts
5757
uses: actions/upload-artifact@v2
5858
with:

0 commit comments

Comments
 (0)