mirror of
https://github.com/gabime/spdlog.git
synced 2025-04-01 02:42:41 +08:00
fix ci
This commit is contained in:
parent
c838945eac
commit
42cd77d7e8
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -43,6 +43,7 @@ jobs:
|
|||||||
- name: Setup Git # update git to support sparse-checkout for gcc:7 images
|
- name: Setup Git # update git to support sparse-checkout for gcc:7 images
|
||||||
if: matrix.config.compiler == 'gcc' && matrix.config.version == 7
|
if: matrix.config.compiler == 'gcc' && matrix.config.version == 7
|
||||||
run: |
|
run: |
|
||||||
|
apt-get install -y software-properties-common # Install the necessary package
|
||||||
add-apt-repository ppa:git-core/ppa -y
|
add-apt-repository ppa:git-core/ppa -y
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install git -y
|
apt-get install git -y
|
||||||
|
Loading…
Reference in New Issue
Block a user