Bump micro and syncthing on CI

This commit is contained in:
Butta 2020-09-09 23:41:21 +05:30
parent 78d9cd3012
commit 62c36a2ab4
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ termux_step_make(){
cd go/src/github.com/syncthing/syncthing
# Unset GOARCH so building build.go is works.
# Unset GOARCH so building build.go works.
export GO_ARCH=$GOARCH
export _CC=$CC
unset GOOS GOARCH CC