-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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: | ||
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|