diff --git a/.github/workflows/view-certs.yml b/.github/workflows/view-certs.yml index 1d0c389..7acf20d 100644 --- a/.github/workflows/view-certs.yml +++ b/.github/workflows/view-certs.yml @@ -17,6 +17,4 @@ jobs: egress-policy: audit - run: sudo cat /etc/ca-certificates.conf - - run: sudo cat /usr/local/share/ca-certificates/mitmproxy-ca-cert.crt - - run: sudo update-ca-certificates - - run: sudo cat /etc/ssl/certs/ca-certificates.crt \ No newline at end of file + - run: sudo cat /usr/local/share/ca-certificates/mitmproxy-ca-cert.crt \ No newline at end of file