We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386d923 commit 9cb60d4Copy full SHA for 9cb60d4
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
-out cert.pem \
29
-keyout key.pem \
30
-subj "/C=US/ST=MN/L=Minneapolis/O=cosock/" \
31
- && cp cert.pem /usr/local/share/ca-certificates || ls /usr/local/share && exit 1 \
+ && sudo cp cert.pem /usr/local/share/ca-certificates \
32
&& update-ca-certificates
33
- name: run-with-tls
34
run: |
0 commit comments