From 5e976dbf97e54301910be097b2ff11115a9c5968 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 23 Dec 2022 11:33:54 +0800 Subject: [PATCH] Add logging to CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 212c54db..990887b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,10 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 + - name: curl-test + run: curl --retry 10 --no-progress-meter https://api.github.com/repos/rui314/mold/releases/latest + shell: bash + if: runner.os == 'linux' - uses: rui314/setup-mold@staging - name: install-build-deps run: sudo ./install-build-deps.sh update