mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
fix ci
This commit is contained in:
parent
e0410f430e
commit
0621a7ae49
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
echo "CC=clang-${{ matrix.config.version }}" >> $GITHUB_ENV
|
echo "CC=clang-${{ matrix.config.version }}" >> $GITHUB_ENV
|
||||||
echo "CXX=clang++-${{ matrix.config.version }}" >> $GITHUB_ENV
|
echo "CXX=clang++-${{ matrix.config.version }}" >> $GITHUB_ENV
|
||||||
- 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: contains(env.GITHUB_JOB_CONTAINER_IMAGE, 'gcc:7')
|
if: matrix.config.compiler == 'gcc' && matrix.config.version == 7
|
||||||
run: |
|
run: |
|
||||||
sudo add-apt-repository ppa:git-core/ppa -y
|
sudo add-apt-repository ppa:git-core/ppa -y
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user