From 46888a087031b29efa053d9714d71ac9e814e991 Mon Sep 17 00:00:00 2001 From: LH530-D1-MHI Date: Mon, 18 Sep 2023 09:39:42 +0300 Subject: [PATCH] commented out the gpg lines --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8b2f30e3ac0..ee322704c9e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -143,8 +143,8 @@ jobs: - name: Create the default Conan profile run: conan profile new default --detect --force - - name: Configure GPG Key Linux (Bash) - run: echo -n "$GPG_PRIVATE_KEY" | base64 --decode | gpg --import + #- name: Configure GPG Key Linux (Bash) + # run: echo -n "$GPG_PRIVATE_KEY" | base64 --decode | gpg --import - name: Get Conan configuration run: |