fix ci
This commit is contained in:
parent
0621a7ae49
commit
c838945eac
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -43,9 +43,9 @@ 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: |
|
||||||
sudo add-apt-repository ppa:git-core/ppa -y
|
add-apt-repository ppa:git-core/ppa -y
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install git -y
|
apt-get install git -y
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build && cd build
|
mkdir -p build && cd build
|
||||||
|
Loading…
Reference in New Issue
Block a user