diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2f9e8ff..d64b0f5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -102,6 +102,10 @@ jobs: run: | brew update brew install libressl + - name: What is here + run: | + echo "what is here" + ls -alh - name: Bootstrap test run: SSL=0.9.0 .ci-scripts/test-bootstrap.sh