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

Fix double git installation in CI workflow

Signed-off-by: Zhong Ruoyu <zhongruoyu@outlook.com>
This commit is contained in:
Zhong Ruoyu 2022-07-09 12:38:55 +08:00
parent 12c9c53b90
commit 50ccbcb444
No known key found for this signature in database
GPG Key ID: 42F3B7E577C2156A

View File

@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: rui314/setup-mold@staging
- name: apt-get
run: sudo apt-get update && sudo apt-get install git build-essential libstdc++-10-dev cmake clang libssl-dev zlib1g-dev libtbb-dev git bsdmainutils dwarfdump
run: sudo apt-get update && sudo apt-get install git build-essential libstdc++-10-dev cmake clang libssl-dev zlib1g-dev libtbb-dev bsdmainutils dwarfdump
- name: ccache
uses: hendrikmuhs/ccache-action@v1
- name: make test