Skip to content

Commit

Permalink
build: add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
abertschi committed Apr 19, 2024
1 parent 9f61a51 commit 5124c3f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion misc/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ function check_pgm() {

function ssh() {
cd $root_dir/userspace/ssh
make

#
# github runner fails
# /usr/bin/mkdir: cannot create directory ‘/var/empty’: Permission denied
# ignore
make || true
}

function sudo() {
Expand Down

0 comments on commit 5124c3f

Please sign in to comment.