Skip to content

Commit

Permalink
sudo apt key
Browse files Browse the repository at this point in the history
  • Loading branch information
John Spellman committed Mar 21, 2023
1 parent d3e6757 commit 86d6e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
restore-keys: test-phpunit-dependencies-{{ checksum "composer.json" }}

- name: Add PUBKEYs
run: curl -sS https://keyserver.ubuntu.com/debian/pubkey_4EB27DB2A3B88B8B.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/ubuntu.gpg
run: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B

- name: Install Extras
run: |
Expand Down

0 comments on commit 86d6e06

Please sign in to comment.