Skip to content

Commit

Permalink
fix: ignore repo signatures couldn't be verified
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Jun 12, 2021
1 parent 8ad1f78 commit a55bf66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/last-commit-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Install dependency
run: |
sudo add-apt-repository 'deb http://deb.debian.org/debian experimental main'
sudo apt update
sudo apt-get -y install opencc inkscape capnproto
sudo apt -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true update
sudo apt-get -o APT::Get::AllowUnauthenticated=true -y install opencc inkscape capnproto
- name: Set up adoptJDK 8
uses: actions/setup-java@v2
Expand Down

0 comments on commit a55bf66

Please sign in to comment.