Skip to content

Commit

Permalink
Remove openssh server again
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbra committed Jul 11, 2023
1 parent 2777f5b commit 440847a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
lscpu
apt-get update -q -y
apt-get install -q -y --no-install-recommends build-essential libncurses-dev libsodium-dev
# install openssh-server
apt-get install --no-install-recommends sudo openssh-server -y
useradd -rm -d /home/ubuntu -s /usr/bin/bash -g root -G sudo -u 1000 ubuntu
echo 'ubuntu:vim' | chpasswd
pushd src
./configure --with-features=huge --enable-gui=no
make -j$(getconf _NPROCESSORS_ONLN)
Expand Down

0 comments on commit 440847a

Please sign in to comment.