Skip to content

Commit

Permalink
update git
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler committed Oct 29, 2023
1 parent cc50251 commit f2584aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ jobs:

runs-on: arc-runner-set
steps:
- name: Force Install GIT latest
run: |
apt-get install -y software-properties-common \
&& apt-get update \
&& add-apt-repository -y ppa:git-core/ppa \
&& apt-get update \
&& apt-get install -y git
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit f2584aa

Please sign in to comment.