Skip to content

Commit 51fa450

Browse files
author
=
committed
...
1 parent 9cb60d4 commit 51fa450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
-keyout key.pem \
3030
-subj "/C=US/ST=MN/L=Minneapolis/O=cosock/" \
3131
&& sudo cp cert.pem /usr/local/share/ca-certificates \
32-
&& update-ca-certificates
32+
&& sudo update-ca-certificates
3333
- name: run-with-tls
3434
run: |
3535
./target/debug/cosock-test-server 8443 . &

0 commit comments

Comments
 (0)