We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13116b8 commit 19b6983Copy full SHA for 19b6983
scripts/prep-gh-action.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
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
+apt-get --help && apt-get update && apt-get -y install curl make gpg
+yum --help && (curl --help && yum -y install curl) && yum install make gpg
5
6
(cat /etc/os-release | grep bookworm) && apt-get -y install libstdc++-12-dev gnupg2
7
(cat /etc/os-release | grep 'Fedora Linux 39') && yum -y install libstdc++-devel libstdc++-static
0 commit comments