Skip to content

Commit

Permalink
commented out the gpg lines
Browse files Browse the repository at this point in the history
  • Loading branch information
LH530-D1-MHI authored and LH530-D1-MHI committed Sep 18, 2023
1 parent 75fac58 commit 46888a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 46888a0

Please sign in to comment.