Skip to content

Commit

Permalink
chore: import debian experimental gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Jun 13, 2021
1 parent a55bf66 commit eb647cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/last-commit-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

- name: Install dependency
run: |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 04EE7237B7D453EC
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138
sudo add-apt-repository 'deb http://deb.debian.org/debian experimental main'
sudo apt -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true update
sudo apt-get -o APT::Get::AllowUnauthenticated=true -y install opencc inkscape capnproto
Expand Down

0 comments on commit eb647cf

Please sign in to comment.