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 }}