diff --git a/.github/workflows/caddy_fmt.yml b/.github/workflows/caddy_fmt.yml index 6c9793959..3056e64a4 100644 --- a/.github/workflows/caddy_fmt.yml +++ b/.github/workflows/caddy_fmt.yml @@ -26,6 +26,10 @@ jobs: steps: - name: "Check out the repo" uses: actions/checkout@v4 + + - name: Install curl, check version + apt install -y debian-keyring debian-archive-keyring apt-transport-https curl + curl --version - name: Install Caddy run: