Skip to content

Commit 111895a

Browse files
author
Davide Fantuzzi
committed
fix error in latest git installation
1 parent ad3802a commit 111895a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
9898
steps:
9999
- name: Force Install GIT latest
100100
run: |
101-
apt-get install -y software-properties-common \
102-
&& apt-get update \
101+
apt-get update \
102+
&& apt-get install -y software-properties-common \
103103
&& add-apt-repository -y ppa:git-core/ppa \
104104
&& apt-get update \
105105
&& apt-get install -y git

0 commit comments

Comments
 (0)