Skip to content

Commit

Permalink
fix: install capnproto in experimental release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Jun 13, 2021
1 parent 729ae83 commit 5f02fe4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/last-commit-release.yml
Expand Up @@ -9,8 +9,9 @@ jobs:
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
sudo apt update
sudo apt-get -t experimental -y install capnproto
sudo apt-get -y install opencc inkscape
- name: Checkout last commit
uses: actions/checkout@v2
Expand Down

0 comments on commit 5f02fe4

Please sign in to comment.