Skip to content

Commit 3e28b0f

Browse files
ramilbakhshyievketor
authored andcommitted
Install gpg for ROCm builds (facebookresearch#3744)
Summary: Pull Request resolved: facebookresearch#3744 gpg is needed for ROCm builds but does not come with containerized builds. This change add installation of gpg. Reviewed By: junjieqi Differential Revision: D61007840 fbshipit-source-id: 6322112803866dff57637bea290dc032e2bf41ad
1 parent 88d24f9 commit 3e28b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build_cmake/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ runs:
6767
if: inputs.rocm == 'ON'
6868
shell: bash
6969
run: |
70-
# Update repos and install kmod, wget
70+
# Update repos and install kmod, wget, gpg
7171
sudo apt-get update
72-
sudo apt-get install -y kmod wget
72+
sudo apt-get install -y kmod wget gpg
7373
7474
# Get UBUNTU version name
7575
UBUNTU_VERSION_NAME=`cat /etc/os-release | grep UBUNTU_CODENAME | awk -F= '{print $2}'`

0 commit comments

Comments
 (0)