File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1158,7 +1158,7 @@ jobs:
11581158 usesh : true
11591159 copyback : false
11601160 prepare : |
1161- pkg install -y git gmake bash sudo
1161+ pkg install -y git gmake bash sudo ca_root_nss
11621162 run : |
11631163 echo "========="
11641164 echo "create non-root user and log into it"
@@ -1188,7 +1188,7 @@ jobs:
11881188 usesh : true
11891189 copyback : false
11901190 prepare : |
1191- pkg install -y git gmake bash sudo
1191+ pkg install -y git gmake bash sudo ca_root_nss
11921192 run : |
11931193 echo "========="
11941194 echo "create non-root user and log into it"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ jobs: # skip-master skip-stable
2222 usesh : true
2323 copyback : false
2424 prepare : |
25- pkg install -y git gmake bash sudo
25+ pkg install -y git gmake bash sudo ca_root_nss
2626 run : |
2727 echo "========="
2828 echo "create non-root user and log into it"
You can’t perform that action at this time.
0 commit comments