From c597b8713714cb720af69cf8b411c07238916284 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..6604675 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,6 +64,8 @@ jobs: image: ${{matrix.image}} options: -u root steps: + - run: sudo dnf install git + if: ${{ matrix.arch == 'x64' && matrix.libc == 'glibc' }} - uses: actions/checkout@v3 - run: corepack enable - uses: actions/setup-node@v3