From fe260fe515729f535950399560bafd58865b029d Mon Sep 17 00:00:00 2001 From: Keval Kapdee Date: Thu, 28 Mar 2024 16:42:26 +0000 Subject: [PATCH] Add git --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd9f7d3..006b3e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: features: [default, arch, debian] steps: - name: Install dependencies - run: pacman -Syy --noconfirm rust apt + run: pacman -Syy --noconfirm rust apt git - uses: actions/checkout@master - name: Build run: cargo build --release --features ${{ matrix.features }}