Skip to content

Commit 36f8d7d

Browse files
committed
(#51) Linux: install Git
1 parent 09787be commit 36f8d7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
container: ubuntu:18.04
1818
steps:
19+
- name: Set up Git
20+
run: apt-get install -y git
21+
1922
- name: Checkout
2023
uses: actions/checkout@v2
2124
with:
@@ -70,6 +73,9 @@ jobs:
7073
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
7174
PACKAGE_VERSION_BASE: 1.7.9
7275
steps:
76+
- name: Set up Git
77+
run: apt-get install git
78+
7379
- name: Checkout
7480
uses: actions/checkout@v2
7581
with:

0 commit comments

Comments
 (0)