1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-04 08:37:28 +03:00

Add logging to CI

This commit is contained in:
Rui Ueyama 2022-12-23 11:33:54 +08:00
parent a86d94cee7
commit 5e976dbf97

View File

@ -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