Skip to content

Commit

Permalink
Fixes the Pub Key error showing in the Install Python2 process.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatson78 committed Jul 12, 2022
1 parent 185134e commit ad4195a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- run:
name: Install Python2
command: sudo apt-get update && sudo apt-get install -y python2
command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B && sudo apt-get update && sudo apt-get install -y python2

- run: yarn

Expand Down

0 comments on commit ad4195a

Please sign in to comment.