Skip to content

Commit

Permalink
Add git install
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-lou committed Nov 8, 2024
1 parent 2c12027 commit a8335c6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install Git
run: |
sudo apt-get update
sudo apt-get install git -y
- name: Set up SSH agent (for service-registry)
uses: webfactory/[email protected]
with:
Expand Down Expand Up @@ -89,7 +93,10 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Install Git
run: |
sudo apt-get update
sudo apt-get install git -y
- name: Set up SSH agent (for service-registry)
uses: webfactory/[email protected]
with:
Expand Down Expand Up @@ -120,7 +127,10 @@ jobs:
with:
# for Sentry releases
fetch-depth: 0

- name: Install Git
run: |
sudo apt-get update
sudo apt-get install git -y
- name: Set up SSH agent (for service-registry)
uses: webfactory/[email protected]
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install Git
run: |
sudo apt-get update
sudo apt-get install git -y
- name: Set up SSH agent (for service-registry)
uses: webfactory/[email protected]
with:
Expand Down

0 comments on commit a8335c6

Please sign in to comment.