Skip to content

Commit

Permalink
ci: add debian experimental repo to reduce ci time
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Jun 12, 2021
1 parent e6238af commit 8ad1f78
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/last-commit-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ jobs:

- name: Install dependency
run: |
curl -O https://capnproto.org/capnproto-c++-0.8.0.tar.gz
tar zxf capnproto-c++-0.8.0.tar.gz
cd capnproto-c++-0.8.0
./configure
make -j4 check
sudo make install
sudo apt-get -y install opencc inkscape
sudo add-apt-repository 'deb http://deb.debian.org/debian experimental main'
sudo apt update
sudo apt-get -y install opencc inkscape capnproto
- name: Set up adoptJDK 8
uses: actions/setup-java@v2
Expand Down

0 comments on commit 8ad1f78

Please sign in to comment.