From f22db2ba074c745f5ea121f5869a4cc691878813 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Sun, 3 Nov 2024 21:57:28 -0800 Subject: [PATCH] install git --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf9a979..a3a62eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,6 +64,8 @@ jobs: image: ${{matrix.image}} options: -u root steps: + - run: microdnf install git -y + if: ${{ matrix.arch == 'x64' && matrix.libc == 'glibc' }} - uses: actions/checkout@v3 - run: corepack enable - uses: actions/setup-node@v3