mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Fix golang.org/x/sys/unix dependency issue
This commit is contained in:
@@ -27,6 +27,7 @@ before_install:
|
||||
- mkdir -p $GOPATH/src/github.com/smira
|
||||
- ln -s $TRAVIS_BUILD_DIR $GOPATH/src/github.com/smira || true
|
||||
- cd $GOPATH/src/github.com/smira/aptly
|
||||
- go get golang.org/x/sys/unix
|
||||
install:
|
||||
- make prepare
|
||||
|
||||
|
||||
Reference in New Issue
Block a user