Skip to content

Commit

Permalink
Updated the snapcraft build process
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Mar 3, 2021
1 parent bac429c commit 42e64ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions snapcraft.yaml
Expand Up @@ -35,6 +35,7 @@ parts:
override-pull: |
go get -d github.com/OWASP/Amass/v3/...
override-build: |
go install github.com/OWASP/Amass/...
cd $GOPATH/src/github.com/OWASP/Amass
go install ./...
stage:
- bin/amass
- $GOPATH/bin/amass

0 comments on commit 42e64ac

Please sign in to comment.