Skip to content

Commit 31bde1d

Browse files
committed
chore: make RPM smoke tests more precise
Our RPM only depends on git-core, so install only that.
1 parent cf28a17 commit 31bde1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_release_assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,11 @@ jobs:
291291
dpkg -i packages/*.deb
292292
;;
293293
rockylinux*)
294-
yum install -y git
294+
yum install -y git-core
295295
rpm -i packages/*.rpm
296296
;;
297297
opensuse*)
298-
zypper install -y git
298+
zypper install -y git-core
299299
rpm -i packages/*.rpm
300300
;;
301301
clearlinux*)

0 commit comments

Comments
 (0)