Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed May 8, 2024
1 parent ee11da1 commit fa4b9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:

- name: Install git
run: apt-get install --no-install-recommends -y git
run: apt-get update; apt-get install --no-install-recommends -y git

- name: Checkout
uses: actions/checkout@v4
Expand All @@ -82,7 +82,7 @@ jobs:
steps:

- name: Install git
run: apt-get install --no-install-recommends -y git
run: apt-get update; apt-get install --no-install-recommends -y git

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit fa4b9bc

Please sign in to comment.