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:
1158
1158
usesh : true
1159
1159
copyback : false
1160
1160
prepare : |
1161
- pkg install -y git gmake bash sudo
1161
+ pkg install -y git gmake bash sudo ca_root_nss
1162
1162
run : |
1163
1163
echo "========="
1164
1164
echo "create non-root user and log into it"
@@ -1188,7 +1188,7 @@ jobs:
1188
1188
usesh : true
1189
1189
copyback : false
1190
1190
prepare : |
1191
- pkg install -y git gmake bash sudo
1191
+ pkg install -y git gmake bash sudo ca_root_nss
1192
1192
run : |
1193
1193
echo "========="
1194
1194
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
22
22
usesh : true
23
23
copyback : false
24
24
prepare : |
25
- pkg install -y git gmake bash sudo
25
+ pkg install -y git gmake bash sudo ca_root_nss
26
26
run : |
27
27
echo "========="
28
28
echo "create non-root user and log into it"
You can’t perform that action at this time.
0 commit comments