Skip to content

Commit c597b87

Browse files
committed
install git
1 parent 6dc8711 commit c597b87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
image: ${{matrix.image}}
6565
options: -u root
6666
steps:
67+
- run: sudo dnf install git
68+
if: ${{ matrix.arch == 'x64' && matrix.libc == 'glibc' }}
6769
- uses: actions/checkout@v3
6870
- run: corepack enable
6971
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)