Add Git installation step to Alpine Linux build workflow
- Install Git in the Alpine Linux container - Ensure Git is available for repository checkout - Resolve potential Git-related issues in the workflow
This commit is contained in:
4
.github/workflows/build-alpine.yml
vendored
4
.github/workflows/build-alpine.yml
vendored
@@ -17,6 +17,10 @@ jobs:
|
|||||||
container: node:current-alpine
|
container: node:current-alpine
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Git
|
||||||
|
run: |
|
||||||
|
apk add --no-cache git
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user