Skip to content

Commit 19b6983

Browse files
committed
Add gpg to the action prep script
1 parent 13116b8 commit 19b6983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/prep-gh-action.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
apt-get --help && apt-get update && apt-get -y install curl make
4-
yum --help && (curl --help && yum -y install curl) && yum install make
3+
apt-get --help && apt-get update && apt-get -y install curl make gpg
4+
yum --help && (curl --help && yum -y install curl) && yum install make gpg
55

66
(cat /etc/os-release | grep bookworm) && apt-get -y install libstdc++-12-dev gnupg2
77
(cat /etc/os-release | grep 'Fedora Linux 39') && yum -y install libstdc++-devel libstdc++-static

0 commit comments

Comments
 (0)