This commit is contained in:
Keval Kapdee
2024-03-28 16:50:05 +00:00
parent 73d21ae7f5
commit fe260fe515
+1 -1
View File
@@ -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 }}