summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2024-06-19 13:04:01 +0200
committerDarren Tucker <dtucker@dtucker.net>2024-06-19 13:04:01 +0200
commitd5f83cfd852b14a25f347f082ab539a9454702ad (patch)
tree56d04c8d8b6f04e5895d9720bff8e84069a003ff
parentupstream: Provide defaults for ciphers and macs (diff)
downloadopenssh-d5f83cfd852b14a25f347f082ab539a9454702ad.tar.xz
openssh-d5f83cfd852b14a25f347f082ab539a9454702ad.zip
Need to supply "-f" to restart sshd.
-rw-r--r--.github/workflows/upstream.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index f294aab48..ea3684c54 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -43,7 +43,7 @@ jobs:
- name: make
run: vmrun "cd /usr/src/usr.bin/ssh && case ${{ matrix.config }} in without-openssl) make OPENSSL=no;; ubsan) make DEBUG='-fsanitize-minimal-runtime -fsanitize=undefined';; *) make; esac"
- name: make install
- run: vmrun "cd /usr/src/usr.bin/ssh && sudo make install && sudo /etc/rc.d/sshd restart"
+ run: vmrun "cd /usr/src/usr.bin/ssh && sudo make install && sudo /etc/rc.d/sshd restart -f"
- name: make tests`
run: vmrun "cd /usr/src/regress/usr.bin/ssh && case ${{ matrix.config }} in without-openssl) make OPENSSL=no;; ubsan) make DEBUG='-fsanitize-minimal-runtime -fsanitize=undefined';; *) make; esac"
env: