diff --git a/.github/workflows/get-roots.yaml b/.github/workflows/get-roots.yaml index dc6bf28a..f7b509b9 100644 --- a/.github/workflows/get-roots.yaml +++ b/.github/workflows/get-roots.yaml @@ -17,6 +17,9 @@ jobs: - name: pwd run: pwd + + - name: ls + run: ls -alRF - name: Check for updates - run: curl -o src/roots.pem https://pki.goog/roots.pem + run: curl -o src/roots.pem -vvvv https://pki.goog/roots.pem