mirror of
https://github.com/curl/curl.git
synced 2026-06-08 17:34:16 +03:00
GHA fixup
This commit is contained in:
parent
979132f019
commit
c60fc8ea7b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -619,7 +619,7 @@ jobs:
|
|||
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
||||
cmake --install bld --strip
|
||||
else
|
||||
make install
|
||||
make -C bld V=1 install
|
||||
fi
|
||||
|
||||
- name: 'build tests'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue