Skip to content

Commit

Permalink
Change: Elevate installation privileges (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
soelangen authored May 20, 2024
1 parent e535cf7 commit b30b38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ autoreconf && ./configure \
--with-liboqs-dir=/opt/ossh-src/oqs \
--with-mantype=man \
${OPENSSH_BUILD_OPTIONS}
make ${MAKE_DEFINES} && make ${MAKE_INSTALL}
make ${MAKE_DEFINES} && sudo make ${MAKE_INSTALL}

0 comments on commit b30b38c

Please sign in to comment.