Skip to content

Commit

Permalink
CircleCI: update golibs with updated go-tun2socks and Clash
Browse files Browse the repository at this point in the history
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
  • Loading branch information
wongsyrone committed Jul 11, 2020
1 parent d4a34a1 commit f20126b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
command: git submodule update --init --recursive --remote
- run:
name: Download Go Libs
command: curl -L https://github.com/trojan-gfw/igniter-go-libs/releases/download/1.20/golibs.aar > app/src/libs/golibs.aar
command: curl -L https://github.com/trojan-gfw/igniter-go-libs/releases/download/1.21/golibs.aar > app/src/libs/golibs.aar
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
Expand Down

0 comments on commit f20126b

Please sign in to comment.